Search:

Type: Posts; User: Vortex

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    2,424

    Ah, well I suppose that my problems start...

    Ah, well
    I suppose that my problems start somewhere here:


    for( i = 0; i < ModInfo.SizeOfImage; i++)

    while counting ...condition number 2 is always true, unless the address where the bytes...
  2. Replies
    5
    Views
    2,424

    Hi dwks, I am not sure what you mean - the way...

    Hi dwks,
    I am not sure what you mean - the way it is written, this code always does do the job...


    if (!memcmp(&bBuffer[i], bPattern, 10))// we have a match

    of course it could be written like...
  3. Replies
    5
    Views
    2,424

    Question about using memcmp ()

    Hi,

    I do try to write a function like this one:
    This is only a sample - I don't post the whole code, because it will be useless info:



    BYTE *bBuffer = 0;

    bBuffer =...
Results 1 to 3 of 3