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

Following a recent discussion with a user https://github.com/Vector35/binaryninja-api/discussions/5833, I learned that the LLDB 18.1 actually supports Windows remote debugging (from macOS/Linux). This is a great improvement and may server as...

We need to create a UI widget (not sure in which form yet) to display relevant information about the current (selected) instruction. It should show the following information: 1. register...

I was working on https://github.com/Vector35/debugger/issues/406 and I realize we need a debugger API to calculate the value of an arbitrary expression, taking into account the current state of the target,...

I am a bit lost. When using binja to check a binary, the assembler code is just fine. However when launching the assembly using the debugger, all the disassembly code...

Repro steps: 1. Download https://crackmes.one/crackme/66b5fa2c90c4c2830c821d0a to a Linux machine 2. Run `gdbserver 0.0.0.0:31337 -- ./crackme666adv` 3. Open the file in bina (on macOS) 4. Put a breakpoint somewhere in `main`...

Repro steps: 1. Download https://crackmes.one/crackme/66b5fa2c90c4c2830c821d0a to a Linux machine 2. Run `gdbserver 0.0.0.0:31337 -- ./crackme666adv` 3. Open the file in bina (on macOS) 4. Debugger - Connect to remote process...

good first issue
Effort: Medium
Impact: Medium
functionality
breakpoint

Right now there is only TTD actions in the control button widgets, and we should also add them to the debugger main window menu

I noticed that during debugging, if I change a variable name in the code, it does not take effect. This is probably related to the fact that we turn analysis...

The debugger codebase is known to have many missing nullptr checks. Although I originally believed that it is not worthwhile to try to fix them since they should not really...

good first issue