Author | Post | |||
Lothaerin |
Hi there! I've tried to unpack some EXE files. I'm using Windows XP. I used ProcDump32. And it didn't work. May I use a different unpacker? Have anyone got any ideas? Please tell me if you have! This is a big problem!! Thanks! |
|||
06.03.2004 03:04:06 |
|
|||
keflek |
Hi! First of all you need to know which packer has been used-try some tools like PEiD or PE-tools, then you can search for tutorial how to unpack it or you can find unpacker for this one. ProcDump is good for older packers. k |
|||
06.03.2004 11:30:22 |
|
|||
bender0 |
some packers (lots actually) damage the header of the exe file when its loaded, and so the dump wont work... to fix it, you can do it by hand or use some tools like import reconstructor. if you have problems with the dumping process, use ollydbg to dump memory areas, because its safer. |
|||
10.03.2004 13:21:52 |
|
|||
bb |
Anyone fancy writing/recommending an easy to understand tutorial for this? |
|||
11.03.2004 09:36:43 |
|
|||
unknown user |
well procdump will normally dump the new code section with attributes that say its uninitialised data which messes up some other programs like disassemblers, fixing that normally solves your problems |
|||
13.03.2004 11:49:14 |
|
|||
Lothaerin |
Okay. If I wanna do it "by hand", then what may I do? What do you mean? |
|||
16.03.2004 15:45:37 |
|
|||
netninja |
Olly Debugger |
|||
12.05.2004 21:18:25 |
|
|||
Lothaerin |
Olly always tells me that the .EXE is packed or self modifying. No unpacking! I found unpackers for UPX and AsPack, but there are a lot of different packing algorhythms, and I can't do anything with them. I need an "universal" way. |
|||
Edited by Lothaerin on 13.05.2004 09:17:00 | ||||
13.05.2004 09:14:08 |
|