debugger icon indicating copy to clipboard operation
debugger copied to clipboard

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

Open psifertex opened this issue 5 years ago • 3 comments

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

psifertex avatar Jun 07 '20 16:06 psifertex

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.

xusheng6 avatar Jun 23 '22 05:06 xusheng6

+1 for this feature. I currently have a need for this and the fact that it's on the roadmap is a big reason I picked up a binja license :)

Algebro7 avatar Nov 24 '24 16:11 Algebro7

Would be really convenient for me currently most of my hosts run Linux and I debug things inside Windows VMs often so it would be really nice if i could debug from Linux instead so I don't have to give the VMs as much RAM to run Binary Ninja

Ninja3047 avatar Sep 16 '25 14:09 Ninja3047