Evaluation Data for the paper "Demystifying the Dependency Challenge in Kernel Fuzzing" in ICSE 2022 Technical Tracks.
Authors/Creators
- 1. UC Riverside
- 2. Georgia Institute of Technology
Description
Evaluation Data for the paper "Demystifying the Dependency Challenge in Kernel Fuzzing" in ICSE 2022 Technical Tracks.
2.1 results of static analysis.zip
- Metadata collected when fuzzing (protobuf format)
- the related protobuf files are in https://github.com/ZHYfeng/Dependency/05-proto
- Information to support manual analysis (generated by metadata and static analysis)
- with name "0xffffffffaddress.txt", including every information about this uncovered address.
2.2 results of manual analysis.zip
- Information of non-UD and UD for each module
- Overall statistic data, for example, coverage, prevalent of UD
- Sample cases and accuracy checking of sampled UD and its WS
- Root causes of sampled UDs
2.3 example case.zip
- example cases of different root causes