debugger
debugger copied to clipboard
Binary Ninja debugger
This should also save the view location the user is at
The GDB RSP adatepr does not support this, or at least initially. So we need to disable the button
Sometimes certain bits within a register have a special meaning that is not known to the debugger, and the user would want to have a direct visual on them. In...
Normally when the user wish to alter the program behavior at runtime, they can do it in two ways: 1. Patch the analysis before debugging, save the patched file to...
Settings like `debugger.stopAtEntryPoint` should be made specific to the binary view, since the user might wish to use a different setting for different binaries
Currently, there is one one `StdoutMessageEventType`, and there is no way to distinguish stdout/stderr
If one wishes to select and use a different debug adapter type than the default one, it does not seem to work if one does so after opening the debugger...
This would be cool, but also challenging, since it means writing to the underlying storage of the expression (register, stack, etc)
While developing a new adapter on top of GDB RSP protocol I noticed that the GDB appears to be stepping into a function call rather than stepping over it as...