Topic: "EXE Unpacking - WinXP ??" (page 1 of 1)

1
Author Post
Lothaerin
groupmaster
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!
private message EMail Website
keflek
groupmastergroupmastergroupmastergroupmaster
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
private message EMail
bender0
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
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.
private message EMail
bb
groupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmastergroupmaster
Anyone fancy writing/recommending an easy to understand tutorial for this?
private message Website
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
EMail
Lothaerin
groupmaster
Okay. If I wanna do it "by hand", then what may I do? What do you mean?
private message EMail Website
netninja
groupmaster
Olly Debugger
private message EMail
Lothaerin
groupmaster
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
private message EMail Website

Topic: "EXE Unpacking - WinXP ??" (page 1 of 1)

1