c interface of memory functions like a libc memcmp(), memchr(), memmem(), memcpy(), memset()
text
cargo install memx-cdy
text
cargo deb
and install .deb into your local repository of debian package.
Easy to use, LD_PRELOAD.
text
$ LD_PRELOAD=~/.cargo/bin/libmemx_cdy command
or
text
$ export LD_PRELOAD=~/.cargo/bin/libmemx_cdy
text
$ LD_PRELOAD=/usr/lib/libmemx_cdy.0.1 command
or
text
$ export LD_PRELOAD=/usr/lib/libmemx_cdy.0.1