debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Support limiting the analysis on the debugger binary view to disassembly only

Open xusheng6 opened this issue 2 years ago • 0 comments

When debugging large binaries, or when the RIP stops in an irrelevant library, e.g., kernel32.dll, binary ninja spends considerable amount of resources analyzing the code which is not helpful for the debugging workflow. We should either offer to limit the analysis to a predefined range, or, even simpler, just limit the analysis of the debugger binary view to disassembly only. It would still be as helpful as running full analysis in more cases

xusheng6 avatar Jan 01 '24 10:01 xusheng6