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

`settings set target.auto-install-main-executable false` can prevent LLDB from copying the file to the remote system every time it launches the target

enhancement

Right now one reason that blocks adding more unit test for the debugger is the debugger test binaries are separately built, and whenever I wish to add a new test,...

enhancement

It is actually simple -- just open the DLL/so/dylib, and before debugging, set the executable path to the main executable that will load the library

documentation

I added it but it just hangs the CI test: https://github.com/Vector35/debugger/commit/22e0f4ea37b871d37e21468188b852d4d5c84140. Will need to revisit it later

Right now the debugger is only tested when there is a new commit on the debugger repo, however, certain binja commits may also break debugger, e.g., in #792. So we...

This includes: 1. Function calls 2. Memory read/write/execute 3. Events 4. etc

enhancement

If the action is triggered before the target is launched, it should launch the target and have it reach the location, and then breal

enhancement