# Silly-Malloc Randomly allocate less memory than wanted ## Usage ```bash gcc -fPIC -shared teehee.c -o teehee.so LD_PRELOAD=./teehee.so ```