You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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