diff options
| author | 2022-09-14 13:12:55 +0100 | |
|---|---|---|
| committer | 2022-09-14 13:12:55 +0100 | |
| commit | 9c736848fb7aa82d295b3aa2946e6cd132ee998f (patch) | |
| tree | b982613cfa7201b2db25cb64a5950f9a2c34a5b3 /README.md | |
| parent | Nested packages in Swing UI (#458) (diff) | |
| download | enigma-fork-9c736848fb7aa82d295b3aa2946e6cd132ee998f.tar.gz enigma-fork-9c736848fb7aa82d295b3aa2946e6cd132ee998f.tar.xz enigma-fork-9c736848fb7aa82d295b3aa2946e6cd132ee998f.zip | |
Add checkstyle (#460)
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 15 |
1 files changed, 8 insertions, 7 deletions
| @@ -7,13 +7,14 @@ A tool for deobfuscation of Java bytecode. Forked from <https://bitbucket.org/cu | |||
| 7 | Enigma is distributed under the [LGPL-3.0](LICENSE). | 7 | Enigma is distributed under the [LGPL-3.0](LICENSE). |
| 8 | 8 | ||
| 9 | Enigma includes the following open-source libraries: | 9 | Enigma includes the following open-source libraries: |
| 10 | - A [modified version](https://github.com/FabricMC/procyon) of [Procyon](https://bitbucket.org/mstrobel/procyon) (Apache-2.0) | 10 | |
| 11 | - A [modified version](https://github.com/FabricMC/cfr) of [CFR](https://github.com/leibnitz27/cfr) (MIT) | 11 | - A [modified version](https://github.com/FabricMC/procyon) of [Procyon](https://bitbucket.org/mstrobel/procyon) (Apache-2.0) |
| 12 | - [Guava](https://github.com/google/guava) (Apache-2.0) | 12 | - A [modified version](https://github.com/FabricMC/cfr) of [CFR](https://github.com/leibnitz27/cfr) (MIT) |
| 13 | - [SyntaxPane](https://github.com/Sciss/SyntaxPane) (Apache-2.0) | 13 | - [Guava](https://github.com/google/guava) (Apache-2.0) |
| 14 | - [FlatLaf](https://github.com/JFormDesigner/FlatLaf) (Apache-2.0) | 14 | - [SyntaxPane](https://github.com/Sciss/SyntaxPane) (Apache-2.0) |
| 15 | - [jopt-simple](https://github.com/jopt-simple/jopt-simple) (MIT) | 15 | - [FlatLaf](https://github.com/JFormDesigner/FlatLaf) (Apache-2.0) |
| 16 | - [ASM](https://asm.ow2.io/) (BSD-3-Clause) | 16 | - [jopt-simple](https://github.com/jopt-simple/jopt-simple) (MIT) |
| 17 | - [ASM](https://asm.ow2.io/) (BSD-3-Clause) | ||
| 17 | 18 | ||
| 18 | ## Usage | 19 | ## Usage |
| 19 | 20 | ||