diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2020-01-23 09:20:32 -0500 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.lonestar.org> | 2020-01-23 09:20:32 -0500 |
| commit | 3a34420b98ce68be09f3e666b12c80a46b48e6e2 (patch) | |
| tree | 765116ef9ac3499054f99e70ee160e79d27b56ce | |
| parent | 598db6cbf805779686ae9a41718f3057a39774df (diff) | |
bookmark: Smashing the heap by overflowing the stack
| -rw-r--r-- | haunt/data/bookmarks.scm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/haunt/data/bookmarks.scm b/haunt/data/bookmarks.scm index 7359d62..f5a4837 100644 --- a/haunt/data/bookmarks.scm +++ b/haunt/data/bookmarks.scm @@ -168,6 +168,9 @@ "programming" "rust" "video-games")) + ("Smashing the heap by overflowing the stack" + "https://ldpreload.com/blog/stack-smashes-you" + ("c" "linux" "rust" "security")) ("Creating a Rootkit to Learn C" "https://h0mbre.github.io/Learn-C-By-Creating-A-Rootkit/#" ("c" "security" "linux")) |