From 75b040914e1a14c1eda0ed9d14ed376a37293a1d Mon Sep 17 00:00:00 2001 From: arkivm Date: Tue, 9 Nov 2021 13:27:09 -0800 Subject: docs: add SyzGen (CCS'21) --- 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 c3461f9ca..670955152 100644 --- a/docs/research.md +++ b/docs/research.md @@ -1,6 +1,7 @@ # Research work based on syzkaller _newer first_ +* [SyzGen: Automated Generation of Syscall Specification of Closed-Source macOS Drivers](https://www.cs.ucr.edu/~zhiyunq/pub/ccs21_syzgen.pdf) ([source code](https://github.com/seclab-ucr/SyzGen_setup)) * [Snowboard: Finding Kernel Concurrency Bugs through Systematic Inter-thread Communication Analysis](https://dl.acm.org/doi/10.1145/3477132.3483549) * [Undo Workarounds for Kernel Bugs](https://www.usenix.org/system/files/sec21fall-talebi.pdf) ([source code](https://trusslab.github.io/hecaton)) * [HFL: Hybrid Fuzzing on the Linux Kernel](https://www.ndss-symposium.org/wp-content/uploads/2020/02/24018-paper.pdf) -- cgit mrf-deployment