OrnitheMC / enigma

A deobfuscation/remapping tool for Java bytecode, fork of cuchaz's Enigma.
GNU Lesser General Public License v3.0
9 stars 2 forks source link

Fixed being able to map methods inherited from non mappable classes #12

Closed SpaceWalkerRS closed 2 years ago

SpaceWalkerRS commented 2 years ago

Warning: this fix is jank as it hardcodes the method obfuscation format. I have not been able to figure out a way to do it that is not jank, though.