User Tools

Site Tools


documentation:enigma

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
documentation:enigma [2023/09/13 18:49] – removed - external edit (Unknown date) 127.0.0.1documentation:enigma [2023/09/13 18:51] (current) – ↷ Links adapted because of a move operation nebelnidas
Line 1: Line 1:
 +====== Enigma ======
 +
 +[[https://github.com/FabricMC/Enigma|Enigma]] is a GUI tool to deobfuscate Java Applications. It is backed by the [[tools:procyon]] decompiler.
 +
 +Enigma is originally authored by cuchaz; FabricMC has maintained a fork of it since 2016, and has since been using it for [[documentation:yarn]] development.
 +
 +===== Usage =====
 +See [[documentation:enigma]] documentation.
 +==== Graphical User Interface ====
 +Open enigma jar by double clicking it. In the file menu, select "open jar" to choose the jar to map; then select "open mappings" to select the mappings to continue working on (or just start mapping if you are starting fresh).
 +
 +When you want to save your work, you can go to save option in the file menu and save your mappings.
 +=== Advanced ===
 +Certain features of enigma, such as custom services, profiles, etc. are only available through command line. Hence, [[documentation:yarn]]'s enigma can only be launched properly from the gradle task because of its usage of advanced features.
 +
 +==== Command Line Interface ====
 +A few commands are available in the main class
 +<code>cuchaz.enigma.CommandMain</code>
 +
 +They are usually used for building [[documentation:yarn]] or working with [[tools:stitch]] and has since replaced the functionality of [[tools:weave]].