Update README.md

This commit is contained in:
meer 2026-07-19 22:32:13 +00:00
parent 8f7f60fa6c
commit 8c1196aebf

View File

@ -1,3 +1,12 @@
# elonizer
make a program elonized with LD_PRELOAD
make a program elonized with LD_PRELOAD
## compile
run the following command:
```C
gcc -shared -fPIC -o elon_all.so elon_all.c -ldl
```
then do this
```
LD_PRELOAD=./elon_all.so ./<your program>