aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-08-16 10:11:14 +0200
committerGitHub <noreply@github.com>2020-08-16 10:11:14 +0200
commit4a68e16fb4b6f30dedac1baad75384c70f1632e2 (patch)
treedb768af28e0133756933aafbf90877268b8f5928 /docs
parentc71bff662d9d6b267e3f80fefd35b9d89f42b686 (diff)
docs: add reference to "Industry Practice of Coverage-Guided Enterprise Linux Kernel Fuzzing"
Diffstat (limited to 'docs')
-rw-r--r--docs/research.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/research.md b/docs/research.md
index b1a4126a6..03c5c3890 100644
--- a/docs/research.md
+++ b/docs/research.md
@@ -2,6 +2,7 @@
_newer first_
* [HFL: Hybrid Fuzzing on the Linux Kernel](https://chungkim.gitlab.io/doc/ndss20-hfl.pdf)
+* [Industry Practice of Coverage-Guided Enterprise Linux Kernel Fuzzing](http://wingtecher.com/themes/WingTecherResearch/assets/papers/fse19-linux-kernel.pdf)
* [Agamotto: Accelerating Kernel Driver Fuzzing with Lightweight Virtual Machine Checkpoints](https://www.usenix.org/conference/usenixsecurity20/presentation/song) ([source code](https://github.com/securesystemslab/agamotto))
* [Task selection and seed selection for Syzkaller using reinforcement learning](https://groups.google.com/d/msg/syzkaller/eKPD4ZpJ66o/UqO_K-SMFwAJ) (announce only)
* [Empirical Notes on the Interaction Between Continuous Kernel Fuzzing and Development](http://users.utu.fi/kakrind/publications/19/vulnfuzz_camera.pdf)