Skip to content

WINSDK/traceflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Multithreaded ptrace tracer.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages