forked from FabricMC/Enigma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
33 lines (18 loc) · 794 Bytes
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
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