enigma icon indicating copy to clipboard operation
enigma copied to clipboard

A deobfuscation/remapping tool for Java bytecode, fork of cuchaz's Enigma.

Results 33 enigma issues
Sort by recently updated
recently updated
newest added

Since enigma is not aware that all classes extend `Object`, bugs like https://github.com/fabricmc/enigma/issues/140 are caused. [cited issue being that a method with no parameters that returns a string can be...

bug
backend

if i were to remap the methods inside an annotation class, references to those methods would will not show the mapped name where the annotation is implemented at for example:...

bug
user interface

Old versions of Minecraft have an issue where inner classes are flattened out into the default package without any reference to their outer class. It would be very useful to...

enhancement
backend
user interface