Log in

View Full Version : FSG 2 and Delphi...


Ghostz
September 4th, 2006, 13:32
Hello ,
Unpaking by hand FSG 2 is easy Grace to the signature that lets the packer in the executable (packed) the famous jump: JMP DWORD PTR DS:[EBX+C] that drives us directly to OEP.
Then dump and reconstruction and elimination of the invalid thunks.

I have unpacked the beast many times but for the applications coded in Delphi I have a small problem to the reconstruction all imports is invalid and the elimination of the thunks has the application planted (I tested on crackmes coded by me and of others on the web) it is similar result .

Is there a specific manual method for the programs coded in Delphi ? The problem have direct relation with resources or the VCL Delphi ? because without the VCL is unpacked without problem.

Thank you for advance!

@ +