summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBonan Ruan2024-08-24 23:56:36 +0800
committerGitHub2024-08-24 17:56:36 +0200
commit39107d54326521e2ffa5e4d2218abf2e37016ffe (patch)
tree760320fb5bd88c192c46224f84d0f219372b7ea6 /README.md
parent84431da2181bad2d7b0bbc0b8813263def4de043 (diff)
Add RAID 2024 paper & tools: KernJC: Automated Vulnerable Environment… (#47)
* Add RAID 2024 paper & tools: KernJC: Automated Vulnerable Environment Generation for Linux Kernel Vulnerabilities * add assorted tools: KernJC --------- Co-authored-by: rambo <rambo@matrix.virtual>
Diffstat (limited to '')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 42afed5..6ec5d57 100644
--- a/README.md
+++ b/README.md
@@ -1681,6 +1681,7 @@ https://github.com/notselwyn/get-sig
1681 1681
1682https://github.com/gsingh93/linux-exploit-dev-env 1682https://github.com/gsingh93/linux-exploit-dev-env
1683 1683
1684https://github.com/NUS-Curiosity/KernJC
1684 1685
1685## Practice 1686## Practice
1686 1687
@@ -1888,6 +1889,8 @@ https://github.com/0xor0ne/awesome-list/
1888 1889
1889## Misc 1890## Misc
1890 1891
1892[2024: "KernJC: Automated Vulnerable Environment Generation for Linux Kernel Vulnerabilities"](https://arxiv.org/pdf/2404.11107) [paper]
1893
1891[2024: "silent syscall hooking on arm64 linux via patching svc handler"](https://tmpout.sh/3/23.html) [article] 1894[2024: "silent syscall hooking on arm64 linux via patching svc handler"](https://tmpout.sh/3/23.html) [article]
1892 1895
1893[2024: "CVE-2021-4440: A Linux CNA Case Study" by Brad Spengler](https://grsecurity.net/cve-2021-4440_linux_cna_case_study) [article] 1896[2024: "CVE-2021-4440: A Linux CNA Case Study" by Brad Spengler](https://grsecurity.net/cve-2021-4440_linux_cna_case_study) [article]