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 --ui-port flag
Mainly for convenience during development, where it might be desirable
to specify 5172 so that the Vite dev server's default of 5173 can be
used. Having to set the FRIDA_TRACE_PORT environment variable on every
run gets old pretty quick.
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.