diff options
| author | arkivm <vikram186@gmail.com> | 2021-11-09 13:27:09 -0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-11-10 08:00:04 +0100 |
| commit | 75b040914e1a14c1eda0ed9d14ed376a37293a1d (patch) | |
| tree | 7b0060d250652518d3ebf738c770ffd9beede82a | |
| parent | 55fa030c3d6b697dd478390a17c5080d805af593 (diff) | |
docs: add SyzGen (CCS'21)
| -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 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) |
