Y
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
rafram
384 days ago
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.
link
DefineOutside
384 days ago
The most feature advanced decompiler I know of is Recaf. It supports a mix of decompilers and even bytecode editing.
link
GranPC
383 days ago
This looks excellent. I'll be sure to try it out. Thanks!
link
mudkipdev
384 days ago
Recaf
link