Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 201 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 201 Bytes

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