From c71bff662d9d6b267e3f80fefd35b9d89f42b686 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sun, 16 Aug 2020 10:06:58 +0200 Subject: docs: add reference to "HFL: Hybrid Fuzzing on the Linux Kernel" --- docs/research.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/research.md') diff --git a/docs/research.md b/docs/research.md index 4c9304c71..b1a4126a6 100644 --- a/docs/research.md +++ b/docs/research.md @@ -1,6 +1,7 @@ # Research work based on syzkaller _newer first_ +* [HFL: Hybrid Fuzzing on the Linux Kernel](https://chungkim.gitlab.io/doc/ndss20-hfl.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