GabrielMajeri / rust-ptrace-example

Using `ptrace` to debug a process with Rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Refactor process tracing code

GabrielMajeri opened this issue · comments

The current code directly uses system calls and the child's PID to control the profilee. This should be abstracted away in composable functions.