From 4a68e16fb4b6f30dedac1baad75384c70f1632e2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 16 Aug 2020 10:11:14 +0200 Subject: docs: add reference to "Industry Practice of Coverage-Guided Enterprise Linux Kernel Fuzzing" --- docs/research.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') 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) -- cgit mrf-deployment