This repository hosts the source code and dataset for the paper "SyzDirect: Directed Greybox Fuzzing for Linux Kernel" accepted at CCS '23. More details can be found in the paper shown at the bottom.
The source code are located in the source directory. You can find a guide about how to build&run SyzDirect here.
The dataset is located in the dataset directory. This dataset contains 100 known bugs and patches used in our evaluation.
@inproceedings{Xin2023SyzDirect,
author = {Tan, Xin and Zhang, Yuan and Lu, Jiadong and Xiong, Xin and Liu, Zhuang and Yang, Min},
title = {SyzDirect: Directed Greybox Fuzzing for Linux Kernel},
year = {2023},
publisher = {Association for Computing Machinery},
address = {New York, NY, USA},
booktitle = {Proceedings of the 2023 ACM SIGSAC Conference on Computer and Communications Security},
pages = {1630–1644},
numpages = {15},
}