From 9ebcc5b1a8145326065b932958d82ada85a5c224 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 12 Jul 2020 16:09:44 +0200 Subject: docs: add another research paper --- docs/research.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs') diff --git a/docs/research.md b/docs/research.md index 69ad38597..4c9304c71 100644 --- a/docs/research.md +++ b/docs/research.md @@ -1,6 +1,7 @@ # Research work based on syzkaller _newer first_ +* [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) * [FastSyzkaller: Improving Fuzz Efficiency for Linux Kernel Fuzzing](https://iopscience.iop.org/article/10.1088/1742-6596/1176/2/022013) -- cgit mrf-deployment