add support for remote debugging of windows from a non-windows platform
Once Vector35/debugger#105 is resolved, the next step would be to add proper support.
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.
+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 :)
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