aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-09-24 12:11:57 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-09-24 12:11:57 +0200
commit2f485cdfa912e521007b14e6198d1bda25cdb074 (patch)
tree8f379d7b3b0a4486e46cb6503de3badb2a9c1a80 /docs
parent7ffd14ab85c68206fc31c61c889c63dc7770089e (diff)
docs: add research work based on syzkaller
Diffstat (limited to 'docs')
-rw-r--r--docs/research.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/research.md b/docs/research.md
new file mode 100644
index 000000000..fe61921fa
--- /dev/null
+++ b/docs/research.md
@@ -0,0 +1,8 @@
+# Research work based on syzkaller
+
+* [DIFUZE: Interface Aware Fuzzing for Kernel Drivers](https://acmccs.github.io/papers/p2123-corinaA.pdf)
+* [MoonShine: Optimizing OS Fuzzer Seed Selection with Trace Distillation](http://www.cs.columbia.edu/~suman/docs/moonshine.pdf)
+* [RAZZER: Finding Kernel Race Bugs through Fuzzing](https://lifeasageek.github.io/papers/jeong:razzer.pdf)
+* [SemFuzz: Semantics-based Automatic Generation of Proof-of-Concept Exploits](https://www.informatics.indiana.edu/xw7/papers/p2139-you.pdf)
+* [Towards Automating Exploit Generation for Arbitrary Types of Kernel Vulnerabilities](https://i.blackhat.com/us-18/Thu-August-9/us-18-Wu-Towards-Automating-Exploit-Generation-For-Arbitrary-Types-of-Kernel-Vulnerabilities-wp.pdf)
+* [Synthesis of Linux Kernel Fuzzing Tools Based on Syscall](http://dpi-proceedings.com/index.php/dtcse/article/download/14990/14503)