PDA

View Full Version : Unpacking a .DLL file


Code Pilot
06-14-2004, 03:22 PM
Hey guys.

Whats the best way to go about unpacking or decrypting a .dll file of unknown protection. I have read a few tutorials, but non seem to of helped at the moment.

Thanks

CoDe_InSiDe
06-15-2004, 02:21 AM
Hi Code Pilot,

Just unpack it like you're used too, but take care with the Exports and the Relocations ;)

Regards,

CoDe_InSiDe

Code Pilot
06-16-2004, 09:56 AM
CoDe_InSiDe

Do you have a tutorial the explains a good .dll unpacking. Again. I have followed many tutorials and I just don't understand. I am unable to dump the .dll and rebuild.

I have done mostly .exe files and I don't have a problem with them, but I just don't understand these tutorials on .dll. :(

Thanks for your help.

CoDe_InSiDe
06-17-2004, 06:11 AM
Hi Code Pilot,

I don't know of any DLL Unpacking tutorial right now, the best way is to Google it i think... :)

Regards,

CoDe_InSiDe

zyzygy
10-29-2004, 01:14 PM
Hi,
Set a breakpoint on loadlibrary or getprocaddress and then trace till ya enter .dll .Shouldnt take time ,then its pretty the same way u unpack an exe.Set an infinte loop and fix the oep.....

hope u get it

ciao :wink: