From 70b76c1d627711cc3ef109af16d6cb7429a61fe3 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 17 Sep 2021 09:05:50 +0200 Subject: docs: add few source links to research.md --- docs/research.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/research.md b/docs/research.md index 1b9e26c84..9b9e97ba8 100644 --- a/docs/research.md +++ b/docs/research.md @@ -1,7 +1,7 @@ # Research work based on syzkaller _newer first_ -* [Undo Workarounds for Kernel Bugs](https://www.usenix.org/system/files/sec21fall-talebi.pdf) +* [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) * [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) * [Industry Practice of Coverage-Guided Enterprise Linux Kernel Fuzzing](http://wingtecher.com/themes/WingTecherResearch/assets/papers/fse19-linux-kernel.pdf) @@ -11,7 +11,8 @@ _newer first_ * [FastSyzkaller: Improving Fuzz Efficiency for Linux Kernel Fuzzing](https://iopscience.iop.org/article/10.1088/1742-6596/1176/2/022013) * [Charm: Facilitating Dynamic Analysis of Device Drivers of Mobile Systems](https://www.usenix.org/system/files/conference/usenixsecurity18/sec18-talebi.pdf) ([video](https://www.usenix.org/conference/usenixsecurity18/presentation/talebi), -[slides](https://www.usenix.org/sites/default/files/conference/protected-files/security18_slides_talebi.pdf)) +[slides](https://www.usenix.org/sites/default/files/conference/protected-files/security18_slides_talebi.pdf), +[source code](https://trusslab.github.io/charm)) * [ALEXKIDD-FUZZER: Kernel Fuzzing Guided by Symbolic Information](https://www.cerias.purdue.edu/assets/symposium/2018-posters/829-D1B.pdf) * [DIFUZE: Interface Aware Fuzzing for Kernel Drivers](https://acmccs.github.io/papers/p2123-corinaA.pdf) * [MoonShine: Optimizing OS Fuzzer Seed Selection with Trace Distillation](http://www.cs.columbia.edu/~suman/docs/moonshine.pdf) -- cgit mrf-deployment