We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ca97b0 commit 06c0196Copy full SHA for 06c0196
README.md
@@ -4,13 +4,24 @@ the core papers i researched about kernel security.
4
Exploit linux kernel slub overflow. 2010
5
6
Kernel stack overflow with sub %%esp, it's different with stack buffer overflow. 2010
7
+
8
Exploit linux kernel stack buffer overflow on 2.6 kernels and slab overflow on 2.4 kernels. 2010
9
10
How to Exploit Linux Kernel NULL Pointer Dereference. 2010
11
12
CC_STACKPROTECTOR patch Analysis. 2010
13
14
Freebsd kernel heap exploitation. 2010
15
16
Bypass linux kernel module version check. 2010
17
18
Hack dev mem for fun. 2009
19
20
Advanced linux kernel inline hook implemention. 2009
21
22
linux kernel inline hook with copied opcode. 2009
23
24
Bypass firewall with netfilter. 2009
25
26
New way to hide files with LKM. 2008
27
0 commit comments