207 B
207 B
elonizer
make a program elonized with LD_PRELOAD
compile
run the following command:
gcc -shared -fPIC -o elon_all.so elon_all.c -ldl
then do this
LD_PRELOAD=./elon_all.so ./<your program>