Enigma icon indicating copy to clipboard operation
Enigma copied to clipboard

Add Show Imports decompiler setting

Open YanisBft opened this issue 3 years ago • 4 comments

Nothing major, just a new "Show Imports" setting when decompiling classes.

Closes #136

YanisBft avatar Jan 27 '21 18:01 YanisBft

Does this work for imports of obfuscated classes? I'm not sure how it would get around the issue with displaying imports mentioned in #136.

Gegy avatar Jan 28 '21 06:01 Gegy

This PR only adds the option, but yes the imports are a bit limited, as Procyon only shows library imports, and CFR shows all but with obfuscated names

YanisBft avatar Jan 28 '21 20:01 YanisBft

The option might be a bit misleading and potentially have very limited scope for use.

Gegy avatar Jan 29 '21 05:01 Gegy

These imports will be confusing as well, as they include more imports than what's assumed by javadoc

liach avatar Mar 15 '21 17:03 liach