Version 3 of my very very dodgy tool which tries to find the best sequence of obsfucators and optimisers has been released.
http://www.cuteandcuddlypet.com.au/moogie/4KJOv3.zip
http://unlimited.woogley.net/hosted/moogie/4KJOv3.zip
To use:
- unzip into a directory
- type java -jar \4KJO.jar
This will give you the command line options. More help is available when using the -gui option.
Improvements since last version:
- should now be 1.5/1.6 complient
- now using proguard 4.1
- jshrink now works with the tool. (well mostly… jshrink does not seem able to correctly process alrealy obfucated/optimised jars and thus is only able to be uses as a first step… this is handeled automatically)
- added Marvin Obsfucator
- added Retroguard Obsfucator
- removed JavaGuard as it seems unable to process java 1.5+
- changed default configuration.
- now using kzip instead of java’s zip for intermediate steps
These changes should theoretically improve the compression ratio as compared to the previous version.
Please let me know if it works has errors etc.
Cheers