Hi All

Hi All
A while back I lost my hard drive and source code
I have managed to reserct alot of my code now.
But it would be handy to find a few functions source code from one of y .exe programs...I can decompile to machine code
e.g
bx,ax
 00497034    mov        word ptr [ebp-122],bx
 0049703B    mov        eax,4A4730; gvar_004A4730:AnsiString
 00497040    mov        ecx,dword ptr [ebp-5C]
 00497043    mov        edx,dword ptr [ebp-60]
 00497046    call      @UStrCat3
 0049704B    mov        eax,4A472C; gvar_004A472C:AnsiString
 00497050    mov        ecx,dword ptr [ebp-64]
 00497053    mov        edx,dword ptr [ebp-68]
 00497056    call      @UStrCat3

how to then understand that , i.e what was that equivalent pascal source code?
any help greatly appreciated :)
Brian

Comments

  1. Hi..the machine code sample above is actually from the use of IDR ...but was looking for way to reconstruct that even more...

    I will check out hopper on my mac
    good to know about ustrcat

    thanks guys ! :)

    ReplyDelete
  2. Brian Hamilton Do you know what version of Delphi it was compiled with?

    ReplyDelete

Post a Comment