aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2021-09-17 09:05:50 +0200
committerAleksandr Nogikh <wp32pw@gmail.com>2021-09-17 15:00:35 +0200
commit70b76c1d627711cc3ef109af16d6cb7429a61fe3 (patch)
treed67d08283a401948fc84c809de1f8bdd9fa8cbb3 /docs
parent131437b76b67d29f0a0bfcc1fc16237d6ebfcf09 (diff)
docs: add few source links to research.md
Diffstat (limited to 'docs')
-rw-r--r--docs/research.md5
1 files changed, 3 insertions, 2 deletions
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)