Hacker News new | ask | show | jobs
by GranPC 384 days ago
Is there a good GUI for this a la jadx-gui that isn't an entire IDE?
2 comments

Not that I know of. The features I'd want in order to consider a decompiler GUI "good" (e.g. a good text editing control, go-to-definition, find usages, manual renaming of obfuscated symbol names) quickly approach the scope of an entire IDE, though.
The most feature advanced decompiler I know of is Recaf. It supports a mix of decompilers and even bytecode editing.
This looks excellent. I'll be sure to try it out. Thanks!
Recaf