debugger
debugger copied to clipboard
Binary Ninja debugger
There are several ways to set a breakpoint: 1. Right click, "Plugins" -> "Debugger" -> "Toggle Breakpoint" 2. Press F2 3. In the "Debugger" main window menu, click "Toggle Breakpoint"...
Just use a loader EXE like x64dbg Related to https://github.com/Vector35/debugger/issues/496
0. open file 1. open report widget (current_function.request_debug_report("mlil")) 2. close the tab/file for that view 3. close the report widget tab 4. get_memory_usage_info()
Currently we disabled search while debugging because it may not work in the best way. However, it can still work in a great amount of cases, e.g., when searching in...
Currently, if you open the debug adapter settings dialog, it shows the view in the default way. I figured it would be nice to navigate to the settings group that...
We should add a configurable option for https://docs.binary.ninja/guide/debugger/index.html#handle-fork
And also the later GDB MI adapter
Now that we have multiple debug adapters, we need a more robust way to handle this and provide the best candidate debug adapter