CrackMe® Practices for Newbies
PROJECT 5: zipfile.exe

What's it....And Instruction Manual
Friday, 12-Feb-99 10:57:44
    209.179.44.205 writes:

    Thanks, I figured out instructions like jne,je but the part of Jeff's at:
    tell me the code location of this so I can see in hiew what it looks like
    What's oemto char

    BOOL OemToChar(

    oh, now I see this lpcstr is an instruction?
    LPCSTR lpszSrc, // pointer to string to translate
    LPTSTR lpszDst // pointer to buffer for translated string
    );


    Parameters

    lpszSrc

    Points to a null-terminated string of characters from the OEM-defined character set.

    lpszDst

    Also I found a good source for 80x86+ instruction reference it's at:
    http://developer.intel.com/design/pentium/manuals/24319101.pdf
    It sure helps


Message thread:

Jeffs Thread (Jeff) (10-Feb-99 17:36:20)

Back to main board