From 8c1196aebfc3eaebb40f6da2658c233f6b9e2a0a Mon Sep 17 00:00:00 2001 From: meer Date: Sun, 19 Jul 2026 22:32:13 +0000 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6a4666..db58089 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ # elonizer -make a program elonized with LD_PRELOAD \ No newline at end of file +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 ./ \ No newline at end of file