Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
psifertex opened this issue Jun 7, 2020 · 2 comments
Labels
Effort: High functionality core functionalities of a debugger Impact: High

Comments

@psifertex
Copy link
Member

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

@xusheng6 xusheng6 transferred this issue from Vector35/deprecated_python_debugger Dec 20, 2021
@xusheng6 xusheng6 added the functionality core functionalities of a debugger label May 3, 2022
@xusheng6
Copy link
Member

We already support remote debugging of Windows from Windows. #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.

@Algebro7
Copy link

+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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Effort: High functionality core functionalities of a debugger Impact: High
Projects
None yet
Development

No branches or pull requests

3 participants