Skip to content

mtzguido/ld_preload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick example of LD_PRELOAD

$ make
$ ./use
Here are 5 random numbers!
1804289383
846930886
1681692777
1714636915
1957747793

$ LD_PRELOAD=./fakelib.so ./use
Here are 5 random numbers!
4
4
4
4
4

About

LD_PRELOAD example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published