debugger
debugger copied to clipboard
Binary Ninja debugger
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...
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:  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,...
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...
see subject
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...
Instead of always green/red, the icon colors should obey ui.theme.colorBlind