debugger icon indicating copy to clipboard operation
debugger copied to clipboard

Support debugging process with administrator privilege

Open xusheng6 opened this issue 1 year ago • 0 comments

This is fairly straightforward to do, since we can launch the dbgsrv.exe with administrator privilege in https://github.com/Vector35/debugger/blob/dev/core/adapters/dbgengadapter.cpp#L224. Not sure how to do this on Linux/macOS, since binary ninja is debugging the target directly, and running binary ninja with root is forbidden

xusheng6 avatar Mar 22 '24 03:03 xusheng6