libpatch is a lighweight C library that can be used by tracers, debuggers
and other tools for insertion of probes in a program at runtime. It has many
strategies to minimize probe's overhead and maximize possible coverage. The
library support many popular hardware architecture.
wget https://git.sr.ht/~old/libpatch/archive/v1.0.0.tar.gz
tar xf https://git.sr.ht/~old/libpatch-1.0.0.tar.gz
cd https://git.sr.ht/~old/libpatch-1.0.0
./configure
make
make install
Licenses
GPL-3.0-or-later
LGPL-2.1-only
MIT
Git Repository
libpatch is developed using the Git version control
system. The official repository is hosted at https://git.sr.ht/~old/libpatch.