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

Platform independent user_regs_struct defination #4

Open
jschwinger233 opened this issue Mar 7, 2022 · 0 comments
Open

Platform independent user_regs_struct defination #4

jschwinger233 opened this issue Mar 7, 2022 · 0 comments

Comments

@jschwinger233
Copy link
Owner

Reproduce steps:

  1. python3.8 -mhttp.server
  2. docker run -it --rm --pid host --net host --privileged python:3 bash
  3. python -mpip install git+https://github.com/jschwinger233/pdbattach.git
  4. pdbattach $(pgrep -f http.server)
  5. inspect the coredump, the data expected to be at $rdi is at $rbp
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