make a program elonized with LD_PRELOAD
Go to file
2026-07-19 22:32:13 +00:00
.gitignore Initial commit 2026-07-19 22:28:24 +00:00
elon_all.c Upload files to "/" 2026-07-19 22:29:48 +00:00
elon_all.so Upload files to "/" 2026-07-19 22:29:48 +00:00
README.md Update README.md 2026-07-19 22:32:13 +00:00

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>