WINSDK/traceflow
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
traceflow ===== Multithreaded tracer using ptrace. Removes limitation of only being able to run ptrace commands from the parent that called fork(). To run the example: * clang ./examples/loop.c -o ./loop * cargo run --example spawning