Thread
:
How can I unpack this EXE?
View Single Post
#
4
03-23-2004, 23:23
user_exetools
Posts: n/a
Unpack with UPX
If it is packed with upx, download upx from sourceforge, and use the "upx -d *.exe" to unpack the exefile.
You can also probably use a dumper and a pe rebuilder on it, because Upx is designed for compression, not protection.
user_exetools