diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-08-16 10:06:58 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-16 10:06:58 +0200 |
| commit | c71bff662d9d6b267e3f80fefd35b9d89f42b686 (patch) | |
| tree | e99dde9dfe8275b64a19f77b8ba611151ad86b70 | |
| parent | c2707aa5fe0be3d861a8caa7db5ddc92282bb41a (diff) | |
docs: add reference to "HFL: Hybrid Fuzzing on the Linux Kernel"
| -rw-r--r-- | docs/research.md | 1 |
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) |
