Search:

Type: Posts; User: Sintax1

Search: Search took 0.08 seconds.

  1. Replies
    5
    Views
    955

    These video's will help you get started:...

    These video's will help you get started: TheNewBoston - Java Programming - YouTube
  2. Replies
    18
    Views
    1,643

    [Help] Inheritance, polymorphism, function pointers....

    Inheritance, polymorphism, function pointers. Read Sam's C++ in 21 days. I think after reading it and understanding it I think you will have a solid understanding of C++.
  3. Replies
    17
    Views
    2,336

    [Help] C++ and Visual Basic are whole lot different, but...

    C++ and Visual Basic are whole lot different, but ok. Forget about vb. Are you sure you understand every concept of C++? Especially the object-oriented part. Classes, inheritance, polymorphism etc....
  4. Replies
    2
    Views
    732

    thanks :D i think ill just ignore that accussion...

    thanks :D i think ill just ignore that accussion lol
  5. Replies
    10
    Views
    18,370

    These functions might help: unsigned long...

    These functions might help:


    unsigned long ReadPointer(unsigned long ulBase, int iOffset)
    {
    __try
    {
    return *(unsigned long*)(*(unsigned long*)ulBase + iOffset); }

    __except...
  6. Replies
    15
    Views
    4,000

    There is a registry key that holds all the paths...

    There is a registry key that holds all the paths of the applications that are launched on windows startup. Add your application path to it and it will be launched on startup.
  7. Replies
    2
    Views
    732

    array of chars to byte

    hi :D

    for my sig scanner i need to convert an array of chars like


    char chars[50]={"53" ,"56" ,"8B", "F1", "8D", "9E"};

    to an array of bytes like
  8. Thread: AoB Scan

    by Sintax1
    Replies
    5
    Views
    3,808

    Lol, i knew it was something stupid >.< It is...

    Lol, i knew it was something stupid >.< It is working now.

    bedankt :D
  9. Thread: AoB Scan

    by Sintax1
    Replies
    5
    Views
    3,808

    AoB Scan

    hi all :D

    im trying to make an aob scanner but its not working...

    I got this code:


    BYTE* ScanAOB(BYTE* AOB, BYTE* memdump, unsigned long searchsize, int aobsize)
    {
    unsigned long a =...
Results 1 to 9 of 9