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
tracer: Add static analysis UI features powered by r2
- Support capturing backtraces, enabled on a per handler basis.
- Show event's caller (or backtrace, if available), and support
disassembling each location.
- Support adding an instruction-level probe by clicking on an address in
the disassembly view.
- Support jumping to the handler code by clicking on an address in the
disassembly view.
- Improve styling.