Vector35 / debugger

Binary Ninja debugger
Other
208 stars 14 forks source link

add support for remote debugging of windows from a non-windows platform #70

Open psifertex opened 4 years ago

psifertex commented 4 years ago

Once Vector35/debugger#105 is resolved, the next step would be to add proper support.

xusheng6 commented 2 years ago

We already support remote debugging of Windows from Windows. https://github.com/Vector35/debugger/issues/14. It uses DbgEng which only supports Windows. To do remote debugging from macOS/Linux, we will either make use of LLDB remote, or write our own debugserver.