From e3f452250e51b7271f3989c7dfd12e4422934942 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 21 May 2015 23:30:00 +0100 Subject: Support Gradle alongside SSJB This makes builds faster, simpler and better automated but still keeps Cuchaz happy. :) --- readme.txt | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 readme.txt (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt new file mode 100644 index 00000000..47277d91 --- /dev/null +++ b/readme.txt @@ -0,0 +1,33 @@ + +Enigma v0.10.4 beta +A tool for deobfuscation of Java bytecode + +Copyright Jeff Martin, 2015 + + +LICENSE + +Enigma is distributed under the GNU Lesser General Public license version 3 + +Enigma includes a modified version of Procyon which is distributed under the Apache license version 2. Procyon is copyrighted by Mike Strobel, 2013 + +Enigma includes unmodified versions of the following libraries which are also released under the Apache license version 2. + Guava + Javassist + JSyntaxPane + +Copies of the GNU Lesser General Public license verion 3 and the Apache license v2 have been included in this distribution. + + +USING ENIGMA + +Launch the GUI: + java -jar enigma.jar + +Use Enigma on the command line: + java -cp enigma.jar cuchaz.enigma.CommandMain + + +OPEN SOURCE + +https://bitbucket.org/cuchaz/enigma -- cgit v1.2.3