Open
Description
Reproduce steps:
- python3.8 -mhttp.server
- docker run -it --rm --pid host --net host --privileged python:3 bash
- python -mpip install git+https://github.com/jschwinger233/pdbattach.git
- pdbattach $(pgrep -f http.server)
- inspect the coredump, the data expected to be at $rdi is at $rbp
Metadata
Metadata
Assignees
Labels
No labels