summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJinbum Park2019-05-28 13:20:51 +0900
committerAndrey Konovalov2019-05-28 10:17:35 +0200
commite7f99cb582ca4cb5bd773ba86d5b17c30f651b3a (patch)
tree3cb8eae74746dfe545f4d6c1db5840c05f9d8eba /README.md
parent67a69f24672aa8852019208328f46a49418c05c8 (diff)
Update README.md
Signed-off-by: Jinbum Park <jinb.park7@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index f6da5ef..2f31238 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,8 @@ Pull requests are welcome.
10 10
11## Exploitation techniques 11## Exploitation techniques
12 12
13[2019: "Leak kernel pointer by exploiting uninitialized uses in Linux kernel" by Jinbum Park](https://jinb-park.github.io/leak-kptr.html) [slides]
14
13[2018: "Linux Kernel universal heap spray" by Vitaly Nikolenko](https://cyseclabs.com/blog/linux-kernel-heap-spray) [article] 15[2018: "Linux Kernel universal heap spray" by Vitaly Nikolenko](https://cyseclabs.com/blog/linux-kernel-heap-spray) [article]
14 16
15[2018: "Linux-Kernel-Exploit Stack Smashing"](http://tacxingxing.com/2018/02/15/linux-kernel-exploit-stack-smashing/) [article] 17[2018: "Linux-Kernel-Exploit Stack Smashing"](http://tacxingxing.com/2018/02/15/linux-kernel-exploit-stack-smashing/) [article]