Qhimm.com Forums
Miscellaneous Forums => Scripting and Reverse Engineering => Topic started 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
-
It depends what tool was used to pack it. Try UPX (http://upx.sourceforge.net), it's used often by developers.
-
thx but the upx.exe is close when i klick on this
-
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)
-
How to use it:
Decompress a file:
upx -d filename
Compress a file
upx -9 filename
-
ok thx
:D