summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2020-01-23 09:20:32 -0500
committerJakob L. Kreuze <zerodaysfordays@sdf.lonestar.org>2020-01-23 09:20:32 -0500
commit3a34420b98ce68be09f3e666b12c80a46b48e6e2 (patch)
tree765116ef9ac3499054f99e70ee160e79d27b56ce
parent598db6cbf805779686ae9a41718f3057a39774df (diff)
bookmark: Smashing the heap by overflowing the stack
-rw-r--r--haunt/data/bookmarks.scm3
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"))