Best UPX Frontend?

For everything that's not in any way related to PureBasic. General chat etc...
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Best UPX Frontend?

Post by Fluid Byte »

I'm looking for a quality frontend for UPX. I found many hits via Google but most of them are either outdated or very limited in options.

Any tips for me?
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
milan1612
Addict
Addict
Posts: 894
Joined: Thu Apr 05, 2007 12:15 am
Location: Nuremberg, Germany
Contact:

Post by milan1612 »

Never needed a GUI for it:
upx.exe upx -9 "Filename"
or
upx.exe upx -9 --compress-icons=0 "Filename"
if your executable has an icon...
:P
Windows 7 & PureBasic 4.4
Marco2007
Enthusiast
Enthusiast
Posts: 648
Joined: Tue Jun 12, 2007 10:30 am
Location: not there...

Post by Marco2007 »

Last edited by Marco2007 on Mon Oct 13, 2008 6:12 pm, edited 1 time in total.
PureBasic for Windows
rsts
Addict
Addict
Posts: 2736
Joined: Wed Aug 24, 2005 8:39 am
Location: Southwest OH - USA

Post by rsts »

PureUPX?

cheers
Coolman
Enthusiast
Enthusiast
Posts: 103
Joined: Sat Sep 03, 2005 4:07 pm

Post by Coolman »

More practical:

Safeguard under "compressing with upx.reg"

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\exefile\shell\Compresser Avec UPX]

[HKEY_CLASSES_ROOT\exefile\shell\Compresser Avec UPX\command]
@="D:\\UtilsPath\\upx.exe -9 %1"

Safeguard under "decompressing with upx.reg"

Code: Select all

Windows Registry Editor Version 5.00

[HKEY_CLASSES_ROOT\exefile\shell\Decompresser Avec UPX]

[HKEY_CLASSES_ROOT\exefile\shell\Decompresser Avec UPX\command]
@="D:\\UtilsPath\\upx.exe -d %1"
Adapt the way of the repertories…

Use Explorer to compress and decompress the file exe to select…

8)
*** Excuse my bad English, I uses has translating program ***
User avatar
Peace
User
User
Posts: 14
Joined: Sun Aug 10, 2008 12:14 pm
Location: Then
Contact:

XPackGUI

Post by Peace »

Hi,

I'd coded a small AIO tool called XPackGUI in PB 3.94, also for a couple
of other exe-packer too. It's not the best one of cause, but it works...

Image
  • 20to4
  • ANDpakk2
  • kkrunchy
  • MuCruncher2
  • Upack
  • UPX
Be aware, some lame AV-Tools alert kkrunchy and Upack
as a spam (false true)!

It's only an alternative to other tools?

If you want, download it on my site (Toolz): www.testaware.de.tp

Greets, Peace
User avatar
Fluid Byte
Addict
Addict
Posts: 2336
Joined: Fri Jul 21, 2006 4:41 am
Location: Berlin, Germany

Post by Fluid Byte »

Thank you all, guess I have to write my own ... :twisted: :P
Windows 10 Pro, 64-Bit / Whose Hoff is it anyway?
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Re: XPackGUI

Post by Psychophanta »

Peace wrote:Hi,

I'd coded a small AIO tool called XPackGUI in PB 3.94, also for a couple
of other exe-packer too. It's not the best one of cause, but it works...

Image
  • 20to4
  • ANDpakk2
  • kkrunchy
  • MuCruncher2
  • Upack
  • UPX
Be aware, some lame AV-Tools alert kkrunchy and Upack
as a spam (false true)!

It's only an alternative to other tools?

If you want, download it on my site (Toolz): www.testaware.de.tp

Greets, Peace
Nice, Peace.
About your other works, i am interested in your OLDSKOOL DEMOMAKER but i have found that norton antivirus detects virus in various of the mod plugins. :roll:
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
User avatar
Peace
User
User
Posts: 14
Joined: Sun Aug 10, 2008 12:14 pm
Location: Then
Contact:

Post by Peace »

Thanks Psychophanta :D

I know about the problem with trojan alerts in the package of the
OldSkool DemoMaker :(

But thats are false true alerts by some antivir tools, they detect packed
dll's and exe's by Upack & kkrunchy as trojans by default!

Think Kaspersky solved this problem but others (Norton...) don't accept
crunched ones, cause a couple of lame trojans are packed by kkrunchy too!

OSDM archive is really virus free :!:

Perhaps I'll try to recompile the plugin files and pack it with UPX only...
But must install PB3.94 again first (coded in), will do it when finished my
current tool :wink:

regards, Peace
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Post by Psychophanta »

Thanks Peace, and keep going 8)
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Re: XPackGUI

Post by Psychophanta »

Peace wrote:If you want, download it on my site (Toolz): www.testaware.de.tp
Can not access now :o
http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
User avatar
Psychophanta
Always Here
Always Here
Posts: 5153
Joined: Wed Jun 11, 2003 9:33 pm
Location: Anare
Contact:

Re: Best UPX Frontend?

Post by Psychophanta »

http://www.zeitgeistmovie.com

while (world==business) world+=mafia;
Post Reply