debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Binary Ninja debugger

Results 267 debugger issues
Sort by recently updated
recently updated
newest added

Right now, when the user adds/removes a breakpoint, the highlight in the UI is updated, but the list of breakpoints in the breakpoint widget is not updated.

future

Effort: Medium
Impact: Medium

This is required for accessing OS specific structures like PEB/TEB which will be useful for any anti-anti-debugger code (e.g. porting ScyllaHide or similar) via FS/GS This can be added in...

Effort: Low
Impact: Low

Registers can be full width or not, e.g., eax v.s. rax. Currently, the debugger does not understand this relationship and shows al registers. This makes the register list very long...

Effort: Medium
Impact: Medium
register

Registers can be grouped into several groups, e.g., general purpose, floating point, etc. We should read these info from the backend and offer to view registers by group. We should...

Effort: Medium
Impact: Low
register

Needed to connect to a custom local application re-implementing a debug server protocol, and trying to connect only returned "Failed to connect to the debug server". The issue ended up...

Impact: Low
UI