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

Use outside terminal to display debugging environment(gdb, mostly) #8

Closed
Escapingbug opened this issue Feb 27, 2019 · 2 comments
Closed

Comments

@Escapingbug
Copy link
Owner

A better solution to solve x11 display problem on *nix system. We can just use terminal outside of docker, then get into docker and attach to started process. All we need is information about such a process outside of docker. This can be done by port mapping with a server/client model to pass message.

With this, all display problem will be solved. But this can only be used for pwntools' gdb.attach like function, all others are not considered.

@Escapingbug
Copy link
Owner Author

Mac os is almost done. iTerm2 and Terminal supported.

Linux is still developing..

@Escapingbug
Copy link
Owner Author

Closed due to outdated. We use plugin based architecture now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant