Qhimm.com Forums

Miscellaneous Forums => Scripting and Reverse Engineering => Topic started by: Canim on 2005-07-28 08:30:47

Title: unpack .exe file??
Post by: Canim on 2005-07-28 08:30:47
hi guys,

how can i unpack a exe file?? i have search to Progs but i cant find anything


WBW Canim
Title: unpack .exe file??
Post by: mav on 2005-07-28 08:43:44
It depends what tool was used to pack it. Try UPX (http://upx.sourceforge.net), it's used often by developers.
Title: unpack .exe file??
Post by: Canim on 2005-07-28 09:14:13
thx but the upx.exe is close when i klick on this
Title: unpack .exe file??
Post by: Colly on 2005-07-28 09:17:19
Quote from: Canim
thx but the upx.exe is close when i klick on this


That's happen because it's a console program. Open it in Command Line (Start Menu -> Run -> cmd.exe)
Title: unpack .exe file??
Post by: mav on 2005-07-28 09:22:22
How to use it:

Code: [Select]
Decompress a file:
upx -d filename

Compress a file
upx -9 filename
Title: unpack .exe file??
Post by: Canim on 2005-07-28 13:49:56
ok thx
:D