From 52ab426d8fad3dbee7e728f523a35af94facebda Mon Sep 17 00:00:00 2001 From: jeff Date: Tue, 3 Feb 2015 22:00:53 -0500 Subject: oops, don't depend on local procyon project --- readme.txt | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 readme.txt (limited to 'readme.txt') diff --git a/readme.txt b/readme.txt new file mode 100644 index 00000000..3844f54e --- /dev/null +++ b/readme.txt @@ -0,0 +1,28 @@ + +Enigma v0.6 beta +A tool for deobfuscation of Java bytecode + +Copyright Jeff Martin, 2014 + + +LICENSE + +Enigma is distributed under the GNU 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 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 -- cgit v1.2.3