diff options
author | rose <rose@pinkro.se> | 2025-08-13 01:28:16 +0200 |
---|---|---|
committer | rose <rose@pinkro.se> | 2025-08-13 01:28:16 +0200 |
commit | b7be2c5498fd1844daadd9e78aa031c60be9cb44 (patch) | |
tree | 7ca176b6892b5ff23c5439025eaf552400007b8f /silly-malloc/README | |
parent | e9b64be5230f0b498d8d78a8e67158a843594f83 (diff) | |
download | random-main.tar.gz random-main.tar.bz2 |
Diffstat (limited to 'silly-malloc/README')
-rw-r--r-- | silly-malloc/README | 3 |
1 files changed, 1 insertions, 2 deletions
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 <whatever program> ``` |