Vector35/debugger

Support debugging process with administrator privilege

xusheng6 opened this issue · 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