From 77507d02298a44fb67ae46b757161b5b606fd84f Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 16 Sep 2020 13:39:40 +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 03c5c3890..f4940787f 100644 --- a/docs/research.md +++ b/docs/research.md @@ -1,6 +1,7 @@ # Research work based on syzkaller _newer first_ +* [A Novel Dynamic Analysis Infrastructure to Instrument Untrusted Execution Flow Across User-Kernel Spaces](https://www.computer.org/csdl/proceedings-article/sp/2021/893400a402/1mbmHSlbmvK) * [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)) -- cgit mrf-deployment