Skip to content

A very basic dynamic instrumentation library built on top of ptrace

License

Notifications You must be signed in to change notification settings

liona24/ptrace-inst

Repository files navigation

ptrace-inst

A very basic dynamic instrumentation library built on top of ptrace

Building

$ mkdir build
$ cd build
$ cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..
$ ninja

Running the examples

$ python3 -m examples.helloworld.main

About

A very basic dynamic instrumentation library built on top of ptrace

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published