Skip to content

Commit 06c0196

Browse files
authored
Update README.md
1 parent 3ca97b0 commit 06c0196

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,24 @@ the core papers i researched about kernel security.
44
Exploit linux kernel slub overflow. 2010
55

66
Kernel stack overflow with sub %%esp, it's different with stack buffer overflow. 2010
7+
78
Exploit linux kernel stack buffer overflow on 2.6 kernels and slab overflow on 2.4 kernels. 2010
9+
810
How to Exploit Linux Kernel NULL Pointer Dereference. 2010
11+
912
CC_STACKPROTECTOR patch Analysis. 2010
13+
1014
Freebsd kernel heap exploitation. 2010
15+
1116
Bypass linux kernel module version check. 2010
17+
1218
Hack dev mem for fun. 2009
19+
1320
Advanced linux kernel inline hook implemention. 2009
21+
1422
linux kernel inline hook with copied opcode. 2009
23+
1524
Bypass firewall with netfilter. 2009
25+
1626
New way to hide files with LKM. 2008
27+

0 commit comments

Comments
 (0)