aancel / LD_PRELOAD

Hacks with LD_PRELOAD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LD_PRELOAD

Small hacks with LD_PRELOAD

Build the corresponding dynamic library, and then execute your code with:
LD_PRELOAD=/path/to/library/file.so /path/to/executable/exec_file

About

Hacks with LD_PRELOAD

License:MIT License


Languages

Language:C 91.3%Language:CMake 8.7%