pdbattach icon indicating copy to clipboard operation
pdbattach copied to clipboard

Platform independent user_regs_struct defination

Open jschwinger233 opened this issue 3 years ago • 0 comments

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

jschwinger233 avatar Mar 07 '22 15:03 jschwinger233