debugger
debugger copied to clipboard
Binary Ninja debugger
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
See [DIE](https://github.com/ynvb/DIE)
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...
They are way too large and many of them are having a same value.
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...
I believe it is a valuable addition to the UI debugger. Also it is very helpful for troubleshooting bugs.