debugger
debugger copied to clipboard
Binary Ninja debugger
The issue is during TTD replay, the content of a buffer is inaccessible despite it has been both written to and read from by the recorded process. You can see...
 In the screenshot, we can see that due to the presence of a tag, the lines become misaligned when the current instruction pointer is on the same line This...
The script ```Python from binaryninja import load from binaryninja.debugger import DebuggerController with load("/bin/true") as bv: dc = DebuggerController(bv) ``` crashes with: ``` Exception ignored in: Traceback (most recent call last):...
This is the current comparability matrix of the debugger. The columns stand for where we run BN and the rows stand for the targets. | Target 🔽 Host ▶️ |...
We can patch the debugger binary view and it takes effect. However, we cannot undo it -- least the UI is not updated to the status before the patch.
When the user patched the binary, what is in the database is no longer the same as on the disk. We should let the user know about the situation and...
Since we add tag types to bndbs, we should have a Setting for the default icon.
conversation from lexsek: Just a TAB to send GDB commands (could be usefull for forks -> follow-fork-mode [child|parent] and so on Or just the ability to choose between the processes...
Stack variable annotation is a cool feature that combines stack and dynamic analysis. However, due to various bugs, it has to be disabled by default for now. We should really...
This includes: 1. Register/variable values 2. Branch predication