0
0
Fork 0
mirror of https://github.com/FabricMC/Enigma.git synced 2026-06-13 06:24:52 +00:00
This is a fork of cuchaz's Enigma, a deobfuscation/remapping tool for Java software.
  • Java 99.9%
  • HTML 0.1%
Find a file
Louis 29993f1387
📦 Update dependencies to support class file major version 69 (#587)
* 📦 Update dependencies to support class file major version 69

* Fix required changes

* Update gradle wrapper to 9.3.0
2026-02-03 12:49:55 +00:00
.github/workflows Update deps (#535) 2023-11-19 14:43:06 +00:00
enigma 📦 Update dependencies to support class file major version 69 (#587) 2026-02-03 12:49:55 +00:00
enigma-cli Remove legacy mapping handling (#560) 2025-09-13 09:18:47 +01:00
enigma-server Remove legacy mapping handling (#560) 2025-09-13 09:18:47 +01:00
enigma-swing Allow use of tab in editor panel, fix tab skipping tokens (#578) 2025-10-19 15:46:27 +01:00
gradle/wrapper 📦 Update dependencies to support class file major version 69 (#587) 2026-02-03 12:49:55 +00:00
.editorconfig Add checkstyle (#460) 2022-09-14 13:12:55 +01:00
.gitattributes Update dependencies and Gradle 2022-12-07 19:42:55 +00:00
.gitignore Split GUI code to separate module (#242) 2020-06-03 18:39:42 +01:00
build.gradle Bump version 2025-10-19 16:45:20 +01:00
checkstyle.xml Add checkstyle (#460) 2022-09-14 13:12:55 +01:00
gradle.properties Update Gradle and fix buildscripts (#557) 2025-08-21 21:53:50 +01:00
gradlew 📦 Update dependencies to support class file major version 69 (#587) 2026-02-03 12:49:55 +00:00
gradlew.bat 📦 Update dependencies to support class file major version 69 (#587) 2026-02-03 12:49:55 +00:00
LICENSE Update readme (#170) 2019-11-02 21:16:53 +00:00
README.md Get rid of Guava (#555) 2025-08-21 19:11:13 +01:00
settings.gradle Split GUI code to separate module (#242) 2020-06-03 18:39:42 +01:00

Enigma

A tool for deobfuscation of Java bytecode. Forked from https://bitbucket.org/cuchaz/enigma, copyright Jeff Martin.

License

Enigma is distributed under the LGPL-3.0.

Enigma includes the following open-source libraries:

Usage

Pre-compiled jars can be found on the fabric maven.

Launching the GUI

java -jar enigma.jar

On the command line

java -cp enigma.jar cuchaz.enigma.command.Main