[RS] Packer - Java(js) Compressor/DeCompressor

b33znutz

New Member
not sure if this is the right board for this post, but here it is.

its what i use.. im sure there is a better app for it, but this is free and online and so very easy..


Packer - Java(js) Compressor/DeCompressor

Demo:
dean.edwards.name/packer
dean.edwards.name/unpacker

Note from author:
dean.edwards.name

This work is open source and is available for download. In other words, I’m always messing about with this site but you can rip-off any code you want. You can alleviate any associated guilt by making a donation.


The .NET version of my JavaScript compressor/obfuscator requires the Microsoft .NET Framework version 1.1. It was ported from the original version by Jesse Hansen. There is also a command line version built by Brennan Stehling.
Code:
http://rapidshare.com/files/167103246/packer2.net.zip


The perl version was written by Rob Seiler. I haven't tested this yet so I would be grateful for some feedback.
Code:
http://rapidshare.com/files/167103247/packer2.perl.zip


Create packed scripts from the command line! This cool WSH version was written by Rob Seiler.
Code:
http://rapidshare.com/files/167103248/packer2.wsh.zip


PHP - By Nicolas Martin. Requires PHP5. Look at the source code — a near perfect port!
Code:
http://rapidshare.com/files/167103249/packer.php-1.1.zip

Adaptana plugin
By Alerxander Farkas.
Code:
http://rapidshare.com/files/167103250/d.edwards_packer2aptana.zip
 
Top