aboutsummaryrefslogtreecommitdiffstats
path: root/docs/research.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2022-06-27 15:34:42 +0200
committerDmitry Vyukov <dvyukov@google.com>2022-06-27 19:04:54 +0200
commitef82eb2c4a4a718bdb87ccd783a1d6431ec2faf8 (patch)
treea39da8d2f54dfd8e917f8f1f982bfc6113d05b07 /docs/research.md
parenta371c43c33b6f901421f93b655442363c072d251 (diff)
docs: add reference to Janus paper
Diffstat (limited to 'docs/research.md')
-rw-r--r--docs/research.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/research.md b/docs/research.md
index 494b8d17b..bd2b6e8be 100644
--- a/docs/research.md
+++ b/docs/research.md
@@ -36,6 +36,7 @@ _newer first_
# Other kernel fuzzing work
+* [Janus: Fuzzing File Systems via Two-Dimensional Input Space Exploration](https://gts3.org/assets/papers/2019/xu:janus.pdf) ([github](https://github.com/sslab-gatech/janus))
* [CoLaFUZE: Coverage-Guided and Layout-Aware Fuzzing for Android Drivers](https://www.jstage.jst.go.jp/article/transinf/E104.D/11/E104.D_2021NGP0005/_pdf)
* [KRACE: Data Race Fuzzing for Kernel File Systems](https://www.cc.gatech.edu/~mxu80/pubs/xu:krace.pdf)
* [trinity](https://github.com/kernelslacker/trinity)