Skip to content

Instantly share code, notes, and snippets.

@mheffner
Created August 18, 2009 14:05
Show Gist options
  • Save mheffner/169727 to your computer and use it in GitHub Desktop.
Save mheffner/169727 to your computer and use it in GitHub Desktop.
$ gcc -Wall -shared -fPIC -o malloc_wrap.so malloc_wrap.c -ldl
$ LD_PRELOAD=./malloc_wrap.so /bin/uname
Malloc request for 34 bytes got memory: 0x1103010
Malloc request for 10 bytes got memory: 0x1103040
Linux
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment