aboutsummaryrefslogtreecommitdiffstats
path: root/docs/research.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2019-11-03 08:53:32 +0100
committerGitHub <noreply@github.com>2019-11-03 08:53:32 +0100
commitc9610487d8c10f7b4ffb32764a6720cbbdfe6058 (patch)
treefcd29d1762beb1fb961079e856ce1751bb013563 /docs/research.md
parentd603afc9e4ab932977582f4be7f9ce2375411236 (diff)
docs: mention more fuzzing research work
Diffstat (limited to 'docs/research.md')
-rw-r--r--docs/research.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/research.md b/docs/research.md
index c348d01d3..626652aea 100644
--- a/docs/research.md
+++ b/docs/research.md
@@ -14,3 +14,11 @@
* [Synthesis of Linux Kernel Fuzzing Tools Based on Syscall](http://dpi-proceedings.com/index.php/dtcse/article/download/14990/14503)
* [Drill the Apple Core: Up & Down](https://i.blackhat.com/eu-18/Wed-Dec-5/eu-18-Juwei_Lin-Drill-The-Apple-Core.pdf)
* [WSL Reloaded](https://www.slideshare.net/AnthonyLAOUHINETSUEI/wsl-reloaded)
+
+# Other kernel fuzzing work
+
+* [trinity](https://github.com/kernelslacker/trinity)
+* [kAFL: Hardware-Assisted Feedback Fuzzing for OS Kernels](https://www.usenix.org/system/files/conference/usenixsecurity17/sec17-schumilo.pdf) (bridges AFL and Intel PT)
+* [kernel-fuzzing](https://github.com/oracle/kernel-fuzzing) (bridges AFL and KCOV)
+* [A gentle introduction to Linux Kernel fuzzing](https://blog.cloudflare.com/a-gentle-introduction-to-linux-kernel-fuzzing/) (bridges AFL and KCOV)
+* [IMF: Inferred Model-based Fuzzer](https://acmccs.github.io/papers/p2345-hanA.pdf)