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

When you click the button in the controls widget, the process list will show up and ask you to select one from it. When you use the menu, the debug...

A user needed that to build the debugger and troubleshoot a problem

enhancement

See [DIE](https://github.com/ynvb/DIE)

Effort: Medium
Impact: Medium

Some options are: - system breakpoint - program entry point - module load/unload - thread start/exit - exceptions - debug output string Not all of them are available on all...

functionality

They are way too large and many of them are having a same value.

Impact: Low
not-decided

Effectively something similar to a gdbinit where you can use the binja debugger api and works across debugger backends.

Right now, we support stepping into/over on the ILs. However, its behavior is not clearly documented. In fact, suppose we have some disassembly code like this: ``` 1400012d1 488d15200f0000 lea...

documentation
functionality

I believe it is a valuable addition to the UI debugger. Also it is very helpful for troubleshooting bugs.

Effort: Low
Impact: Low
CI