Ich finde UPX auch nicht wirklich toll, weil mein
AV dann immer ziemlich lange braucht, ehe das Programm startet oder der Eigenschaften-Dialog angezeigt wird.
Trotzdem - wenn ich es mal benutze, dann nehme ich diesen Eintrag in der Registry und als
GUI einfach das Kontextmenü des Explorers
Code:
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\.exe]
@="exefile"
[HKEY_CLASSES_ROOT\exefile\shell\Pack with UPX]
[HKEY_CLASSES_ROOT\exefile\shell\Pack with UPX\command]
@="C:\\Tools\\upx.exe --best -k \"%1\""
[HKEY_CLASSES_ROOT\exefile\shell\Unpack with UPX]
[HKEY_CLASSES_ROOT\exefile\shell\Unpack with UPX\command]
@="C:\\Tools\\upx.exe -d -k \"%1\""