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

We are using the ASCII version of the APIs, we should switch to the wide version. Related to https://github.com/Vector35/debugger/issues/469

DbgEng

Threads are typically associated with a name or description, it would be better if we can obtain this info and present it to the users. For example, on Windows, we...

The use case is being able to independently debug shellcode that was dumped to disk. It would be nice to have an automated process that creates a shellcode launcher /...

While running lldb-server in server mode, we can specify the gdbremote port to use via `--gdbserver-port 1338`. This is especially useful when the remote host is behind a firewall and...

good first issue

- [ ] [GDB](https://www.gnu.org/software/gdb/news/reversible.html) - [x] [RR](https://rr-project.org/) - [ ] [Undo](https://undo.io/) - [ ] [esReven](https://eshard.com/esreven) - [ ] [Intel Simics](https://www.intel.com/content/www/us/en/developer/articles/tool/simics-simulator.html)

TTD