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

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...

![Image](https://github.com/user-attachments/assets/015b42a0-fca6-45bf-ac22-f5fb11a635b7) 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...

Effort: Medium
Impact: Medium
functionality

Since we add tag types to bndbs, we should have a Setting for the default icon.

Effort: Low
Impact: Low
UI

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...

enhancement
Effort: Medium
Impact: Medium

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

enhancement