liona24 / ptrace-inst

A very basic dynamic instrumentation library built on top of ptrace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:C++ 71.5%Language:Python 25.9%Language:CMake 2.6%