File paths?
File paths?
Posted Jun 3, 2018 3:11 UTC (Sun) by roc (subscriber, #30627)In reply to: File paths? by dezgeg
Parent article: Deferring seccomp decisions to user space
rr uses /proc/<pid>/mem to read tracee memory instead of PTRACE_PEEKUSER, even though it's already ptracing, because the former is so much faster. I assume gdb does too.
