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

Currently, the stack view just dumps the value of integers on the stack. A better opportunity is to present is as a linear view, where we can mark up variables...

Effort: Medium
Impact: Medium
UI

Steps to reproduce: 1. Open a file 2. Debug it 3. Kill the process 4. Rebase the file 5. Crash Note this would not crash if I directly rebase the...

IDA offers this option: ![image](https://github.com/Vector35/debugger/assets/44076/9421db67-5209-4f69-a14c-95bb87684c4e) Would be great to have this in BN too, since sometimes you can't directly launch the target process in the debugger (e.g. if it has...

Right now, when we start debugging, the binary view for the executable is rebased according to the actual base of the target. Then an empty debugger binary view is created,...

enhancement
Effort: Medium
Impact: Medium

People wish to be able to sync the hex/linear view with the value of a registry, commonly rsp or rbp. We can extend this to the value of any expressions...

good first issue
Effort: Low
Impact: Medium
functionality
breakpoint

see subject

Effort: Medium
Impact: Medium
UI
binaryninja

Thanks Peter for this: https://github.com/Vector35/binaryninja-api/blob/dev/python/examples/make_code.py. Right now, the debugger aggressively creates new functions when the target stops at a location where there is no function. This causes several problems, especially...

enhancement
Effort: Low
Impact: Low
UI

Instead of always green/red, the icon colors should obey ui.theme.colorBlind

Effort: Low
Impact: Low
binaryninja

Effort: High
Impact: High
functionality