From b7be2c5498fd1844daadd9e78aa031c60be9cb44 Mon Sep 17 00:00:00 2001 From: rose Date: Wed, 13 Aug 2025 01:28:16 +0200 Subject: Change chances for silly-malloc --- silly-malloc/README | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'silly-malloc/README') diff --git a/silly-malloc/README b/silly-malloc/README index 0d26192..f5a0804 100644 --- a/silly-malloc/README +++ b/silly-malloc/README @@ -5,6 +5,5 @@ Randomly allocate less memory than wanted ## Usage ```bash gcc -fPIC -shared teehee.c -o teehee.so -gcc meow.c -o meow -LD_PRELOAD=./teehee.so ./meow +LD_PRELOAD=./teehee.so ``` -- cgit v1.2.3