FabricMC / Enigma

This is a fork of cuchaz's Enigma, a deobfuscation/remapping tool for Java software.
GNU Lesser General Public License v3.0
426 stars 112 forks source link

Add JADX decompiler #522

Open NebelNidas opened 1 year ago

NebelNidas commented 1 year ago

Adds support for the JADX decompiler, which is mostly aimed at Android app decompilation, but has recently added support for Java bytecode too. Due to its focus on Android, support for modern Java language features is limited, but otherwise it's a quite competent decompiler.