Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
goreil committed Apr 25, 2024
1 parent 3613384 commit 810d6a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ readelf -d -W malloc_playground | grep RUNPATH # or use checksec
readelf -l -W malloc_playground | grep interpreter
gdb -q -ex "start" ./malloc_playground
```
## Download all libc beforehand
Run `./glibc_download_all.sh` to download all relevant libc versions.

# Heap Exploitation Tools

Expand Down
2 changes: 1 addition & 1 deletion glibc_download_all.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Script to download all glibc libraries

# Import helper functions
source ./glibc_helper.sh

Expand Down

0 comments on commit 810d6a5

Please sign in to comment.