Skip to content

v15.0

Choose a tag to compare

@Tonic-Box Tonic-Box released this 12 Jun 06:40
· 31 commits to main since this release
  • Fixed a few bugs in decompiler with reconstruction/recovery of VARARGS
  • Migrated Query engine over to YABR
  • Extract non-UI logic out of com.tonic.ui into sibling packages (util/model/event/service/deobfuscation/script/simulation); cli/plugin now depend on those, not ui
  • Find Usages now jumps to the exact call site in source and selects the referenced name
  • Bytecode debugger: tabbed Bytecode/Source view; source tab tracks the executing line and supports breakpoints (gutter click or context menu)
  • Fix breakpoints binding to the wrong method when viewing callees in recursive mode