Proj CDeepFuzz Paper Reading: Snappy: Efficient Fuzzing with Adaptive and Mutable Snapshots

Abstract

背景:过去的快照是静态的,例如the one placed by a fork server at the program entry point or generalizations for annotated APIs, drivers, networked servers, etc. ,无法适应目标和输入的特征,实际上可以改善这点,进一步加速
目的:减少冗余计算(redundant computation)
本文:Snappy
Method: 使用自适应和可变快照来积极修剪冗余计算(use adaptive and mutable snapshots to aggressively pruning redundant computations)
Based on: Angora

posted @ 2023-10-23 23:42  雪溯  阅读(7)  评论(0编辑  收藏  举报