ndrewh / pyda

Write dynamic binary analysis tools in Python
Other
7 stars 0 forks source link

feat: attach to a running process #20

Open ndrewh opened 4 months ago

ndrewh commented 4 months ago

drrun has an -attach <pid> option, but it almost certainly doesn't work right now since we rely on the program executing its entrypoint.