evaluation data for ICSE
收藏资源简介:
2.1 results of static analysis.zip<br> - Metadata collected when fuzzing (protobuf format)<br> - the related protobuf files are in Dependency.zip/Dependency/05-proto<br> - Information to support manual analysis (generated by metadata and static analysis)<br> - with name "0xffffffffaddress.txt", including every information about this uncovered address. 2.2 results of manual analysis.zip<br> - Information of non-UD and UD for each module<br> - Overall statistic data, for example, coverage, prevalent of UD<br> - Sample cases and accuracy checking of sampled UD and its WS<br> - Root causes of sampled UDs 2.3 example case.zip<br> - example cases of different root causes
2.1 静态分析结果.zip - 模糊测试过程中采集的元数据,采用协议缓冲区(protobuf)格式 - 相关协议缓冲区文件存放于Dependency.zip/Dependency/05-proto路径下 - 用于辅助人工分析的信息(由元数据与静态分析结果生成) - 文件名为"0xffffffffaddress.txt",包含该未覆盖地址的全部相关信息 2.2 人工分析结果.zip - 各模块的非未定义行为与未定义行为(Undefined Behavior,简称UD)的相关信息 - 整体统计数据,例如覆盖率、未定义行为的流行度 - 采样得到的未定义行为及其工作集(Working Set,简称WS)的样本案例与准确性验证结果 - 采样得到的未定义行为的根本成因 2.3 示例案例.zip - 涵盖不同根本成因的示例案例



