Any way to compress with UPX but make it difficult to decrom

Just starting out? Need help? Post your questions and find answers here.
ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Any way to compress with UPX but make it difficult to decrom

Post by ricardo »

Hi,

I want to compress a file (executable) but want t compressor (reliable one) that let me compress in some way that isnt easy to decompress the file (not at run time, i mean i dont want nobody to get out the compression and have the original one, i know its impossible, im just looking for a more difficult way).

If there is other free compressor that can do that and somebody knows it will be nice to share the tip. :D

Thanks
ARGENTINA WORLD CHAMPION
dige
Addict
Addict
Posts: 1417
Joined: Wed Apr 30, 2003 8:15 am
Location: Germany
Contact:

Post by dige »

Hi ricardo,

you need a tool called upx-scrambler.
Or use my tool: STupX ( 4in1 compile pb and ressources, compress & scramble )
http://www.sunset-team.de/download

regards,
dige
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

The UPX scrambler only hides the UPX signature ; it does not prevent the EXE to be unpacked with some tools like GUW32 ...
Karbon
PureBasic Expert
PureBasic Expert
Posts: 2010
Joined: Mon Jun 02, 2003 1:42 am
Location: Ashland, KY
Contact:

Post by Karbon »

Is there anything that does prevent such unpacking?
-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
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

I think no packer / crypter can stop a good hacker ...
You can add checksums to your code, start different timers with different integrity checks (so the hacker thinks it works but after 10 min it don't), use antidebugger tricks, use self modifying code, and so on, but again, nothing will stop a good hacker (it only makes it harder to crack) !
Sad but true ...

Have a look at all these unpacking tools ...
http://www.absolutelock.de/construction/releases.html
Last edited by gnozal on Mon Jul 28, 2003 3:08 pm, edited 2 times in total.
Kale
PureBasic Expert
PureBasic Expert
Posts: 3000
Joined: Fri Apr 25, 2003 6:03 pm
Location: Lincoln, UK
Contact:

Post by Kale »

--Kale

Image
gnozal
PureBasic Expert
PureBasic Expert
Posts: 4229
Joined: Sat Apr 26, 2003 8:27 am
Location: Strasbourg / France
Contact:

Post by gnozal »

ricardo
Addict
Addict
Posts: 2438
Joined: Fri Apr 25, 2003 7:06 pm
Location: Argentina

Post by ricardo »

Thanks to all for your answers :D :D :D
ARGENTINA WORLD CHAMPION
Post Reply