summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraminfp2017-06-30 19:57:28 +0430
committerraminfp2017-06-30 19:57:28 +0430
commitf32bb4687ff08312cf42e47c158573ab5888f081 (patch)
tree0d65ae3379787777f2e0e69ea4ec836adf89de63
parentba4eda2c74628382f8e557fc839e068a418bf67a (diff)
exploiting linux kernel heap corruptions
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 25ffbe5..4a5e720 100644
--- a/README.md
+++ b/README.md
@@ -40,6 +40,8 @@ Pull requests are welcome.
40 40
41[2013, Black Hat USA: "Hacking like in the Movies: Visualizing Page Tables for Local Exploitation"](https://www.youtube.com/watch?v=Of6DemoMLaA) 41[2013, Black Hat USA: "Hacking like in the Movies: Visualizing Page Tables for Local Exploitation"](https://www.youtube.com/watch?v=Of6DemoMLaA)
42 42
43[2013: "Exploiting linux kernel heap corruptions" by Mohamed Channam](http://resources.infosecinstitute.com/exploiting-linux-kernel-heap-corruptions-slub-allocator/) [article]
44
43[2012: "Understanding Linux Kernel Vulnerabilities" by Richard Carback](https://www.csee.umbc.edu/courses/undergraduate/421/Spring12/02/slides/ULKV.pdf) [slides] 45[2012: "Understanding Linux Kernel Vulnerabilities" by Richard Carback](https://www.csee.umbc.edu/courses/undergraduate/421/Spring12/02/slides/ULKV.pdf) [slides]
44 46
45[2012: "A Heap of Trouble: Breaking the Linux Kernel SLOB Allocator" by Dan Rosenberg](https://www.vsecurity.com//download/papers/slob-exploitation.pdf) [whitepaper] 47[2012: "A Heap of Trouble: Breaking the Linux Kernel SLOB Allocator" by Dan Rosenberg](https://www.vsecurity.com//download/papers/slob-exploitation.pdf) [whitepaper]