JDA 1.1.0
Pre-release
Pre-release
A few small things and a few big things in this preview release.
Internal
- Numerous small QoL bug fixes and improvements
- Updated Fernflower and CFR
MapleIR
- Fix for block ordering which caused that annoying IndexOutOfBoundsException for the MapleIL decompiler
- Internal refactors
- Tighter integration with stdlib
UI
- You can now click to highlight tokens like in IDA Pro. All occurrences of the token are highlighted for ease of browsing.
- Implemented a hacked-together "xref" feature that just looks for matching bytes in the
.class
file. It's better than nothing. - Clearer exception UI
- Updated the look and feel so it feels less flimsy
Plans for the future (soon!):
- Actual xrefs
- Data flow analysis
- Control flow reconstruction in MapleIL decompiler
- Easy navigation between decompiler / bytecode / IL view