How to decompress any UPX compressed DLL or EXE file quickly

General area for talk about ZSNES. The best place to ask for related questions as well as troubleshooting.

Moderator: ZSNES Mods

Post Reply
m1t0s1s
New Member
Posts: 6
Joined: Sat Oct 30, 2004 2:39 pm

How to decompress any UPX compressed DLL or EXE file quickly

Post by m1t0s1s »

Tired of dog slow load times from your emulator?
Have gigabytes of hard-drive space but a 200 mhz processor?

get upx for windows from http://upx.sf.net/

Edit the path as needed, using the \\ format for subdirs.

Save each of these a a .reg file in notepad.

REGEDIT4

[HKEY_CLASSES_ROOT\exefile\shell\Decompress with UPX]

[HKEY_CLASSES_ROOT\exefile\shell\Decompress with UPX \command]
@="c:\\dos\\upx.exe -v -d \"%1\""



REGEDIT4

[HKEY_CLASSES_ROOT\dllfile\shell\Decompress with UPX]

[HKEY_CLASSES_ROOT\dllfile\shell\Decompress with UPX \command]
@="c:\\dos\\upx.exe -v -d \"%1\""
===============
[img]http://www.danasoft.com/sig/DaveCssign.jpg[/img]
Post Reply