Skip to content

bolt-blue/freelist-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

freelist-experiment

malloc hook LD_PRELOAD experiment - not to be taken seriously.

Usage

The following should be enough to compile and witness the breakage (before reaching main):

$> make
$> LD_PRELOAD=./malloc.so /bin/ls -l > dump

The > dump may not include the most crucial last printed lines. I presume to do with cache not being flushed appropriately.

Disclaimer

Nothing untoward should happen from running this code, but use at your own risk.

About

malloc hook LD_PRELOAD experiment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published