pdbattach
pdbattach copied to clipboard
Platform independent user_regs_struct defination
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