aboutsummaryrefslogtreecommitdiffstats
path: root/docs/research.md
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-08-16 10:06:58 +0200
committerGitHub <noreply@github.com>2020-08-16 10:06:58 +0200
commitc71bff662d9d6b267e3f80fefd35b9d89f42b686 (patch)
treee99dde9dfe8275b64a19f77b8ba611151ad86b70 /docs/research.md
parentc2707aa5fe0be3d861a8caa7db5ddc92282bb41a (diff)
docs: add reference to "HFL: Hybrid Fuzzing on the Linux Kernel"
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 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)