UPX Shell v1.0.0 Official!

Developed or developing a new product in PureBasic? Tell the world about it.
darklordz
Enthusiast
Enthusiast
Posts: 119
Joined: Wed May 21, 2003 1:44 pm
Location: Netherlands
Contact:

UPX Shell v1.0.0 Official!

Post by darklordz »

I know it's just been a day but ive worked all night and just finished this. The protect feature is alive. I've tested numerous executables and they work fine.

download http://www.balpoint.com/files/apps/blpn ... klordz.exe

[EDIT]
UPX Shell 0.0.9b Released

Version 0.0.9 Beta
- Rewritten from scratch
- Added : UPX W32 Console
- Added : Error Trapping
- Added : Output Filtering
- Added : Contextmenu support for Dll & Sys files
- Added : Test Compressed Files
- Added : Advanced Flag Control
- Release is Stable, Working on Final Feature (Protect Files From Decompression) for v1.0.0...

Much much more....

Image
Image
Image
Last edited by darklordz on Thu Dec 11, 2003 1:12 pm, edited 2 times in total.
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: UPX Shell v0.0.9b

Post by PB »

> UPX Shell 0.0.9b Released

Ah, so that is you in the UPX forums! :) I just posted a question there.
(I want to know how to compress a 16-bit DOS app).
storck
User
User
Posts: 83
Joined: Sat Oct 18, 2003 4:56 pm
Location: Sweden

Post by storck »

I thought that preventing decompression was a violation of the upx user license agreement? Not, sure, I could be wrong. Not that I want anyone the decompress my apps.

Anyways,

Nice work!

/Storck
darklordz
Enthusiast
Enthusiast
Posts: 119
Joined: Wed May 21, 2003 1:44 pm
Location: Netherlands
Contact:

Post by darklordz »

Modyfying the upx stub was prohibited. All i do is modify bytes of your compressed exe....

The stub which is imbedded in each UPX compressed program is part
of UPX and UCL, and contains code that is under our copyright. The
terms of the GNU General Public License still apply as compressing
a program is a special form of linking with our stub.
storck
User
User
Posts: 83
Joined: Sat Oct 18, 2003 4:56 pm
Location: Sweden

Post by storck »

Great!

I have always loved upx and as I said, I would rather not see people decompressing my app. At least not the easy way. Keep up the good work.

Regards,

Storck
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

An excellent piece of software! Thanks for sharing!
-Mitchell
Check out kBilling for all your billing software needs!
http://www.k-billing.com
Code Signing / Authenticode Certificates (Get rid of those Unknown Publisher warnings!)
http://codesigning.ksoftware.net
RJP Computing
Enthusiast
Enthusiast
Posts: 202
Joined: Sun Apr 27, 2003 4:44 am
Location: Michigan, USA
Contact:

Post by RJP Computing »

can the exe be decompressed with your app after the protection.
-Ryan
RJP Computing

Ubuntu 8.10/WinXP, AMD Athlon 64 3000+, 1000MB RAM, AC 97 Audio, nVidia GeForce 7600GT 512MB
darklordz
Enthusiast
Enthusiast
Posts: 119
Joined: Wed May 21, 2003 1:44 pm
Location: Netherlands
Contact:

Post by darklordz »

No thats y i call it protection. The compressed file will always be backed up first before editing it. You see what my "Protect" File functions do is nothing more then replace a couple of bytes with 00. So that upx can still regognise them but can't (de)compress them....
dontmailme
Enthusiast
Enthusiast
Posts: 537
Joined: Wed Oct 29, 2003 10:35 am

Post by dontmailme »

The console text is unreadable.....

I'm running 1024x768 and it's too small.....

Is it just me ?

;)
Paid up PB User !
Shannara
Addict
Addict
Posts: 1808
Joined: Thu Oct 30, 2003 11:19 pm
Location: Emerald Cove, Unformed

Post by Shannara »

so upx cant decompress them but the proggie can still run?
darklordz
Enthusiast
Enthusiast
Posts: 119
Joined: Wed May 21, 2003 1:44 pm
Location: Netherlands
Contact:

Post by darklordz »

@dontmailme yes i have a flat screen pc (2nd pc) and it had the same problem there.... Im working on a fix....The program uses Terminal Size 8...


@Shannara yes you can protect your upx compressed file from decompression but still be able to run them.....
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

Again BRILLIANT!

Loved all the Beta's and this one is doing just what i wanted !

THANKS :D
dontmailme
Enthusiast
Enthusiast
Posts: 537
Joined: Wed Oct 29, 2003 10:35 am

Post by dontmailme »

darklordz wrote:@dontmailme yes i have a flat screen pc (2nd pc) and it had the same problem there.... Im working on a fix....The program uses Terminal Size 8....
Cool, can't wait to test ;)
Paid up PB User !
Num3
PureBasic Expert
PureBasic Expert
Posts: 2812
Joined: Fri Apr 25, 2003 4:51 pm
Location: Portugal, Lisbon
Contact:

Post by Num3 »

1 More feature Please!!!

UPX Scramble :P
darklordz
Enthusiast
Enthusiast
Posts: 119
Joined: Wed May 21, 2003 1:44 pm
Location: Netherlands
Contact:

Post by darklordz »

UPX Scramble ??? Elaborate....
Locked