gcc test.c -o test gcc -shared -fPIC test2.c -o test2.so LD_PRELOAD="./test2.so" ./test