debugger
debugger copied to clipboard
Binary Ninja debugger
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.
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...
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...
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...
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...