Elia Geretto
YOU?
Author Swipe
View article: Triereme: Speeding up hybrid fuzzing through efficient query scheduling
Triereme: Speeding up hybrid fuzzing through efficient query scheduling Open
Hybrid fuzzing, the combination between fuzzing and concolic execution, holds great promise in theory, but has so far failed to deliver all the expected advantages in practice due to its high overhead. The cause is the large amount of time…
View article: Snappy: Efficient Fuzzing with Adaptive and Mutable Snapshots
Snappy: Efficient Fuzzing with Adaptive and Mutable Snapshots Open
Modern coverage-oriented fuzzers play a crucial role in vulnerability finding. While much research focuses on improving the core fuzzing techniques, some fundamental speed bottlenecks, such as the redundant computations incurred by re-exec…
View article: CollabFuzz
CollabFuzz Open
In the recent past, there has been lots of work on improving fuzz testing. In prior work, EnFuzz showed that by sharing progress among different fuzzers, they can perform better than the sum of their parts. In this paper, we continue this …
View article: Cupid : Automatic Fuzzer Selection for Collaborative Fuzzing
Cupid : Automatic Fuzzer Selection for Collaborative Fuzzing Open
Combining the strengths of individual fuzzing methods is an appealing idea to find software faults more efficiently, especially when the computing budget is limited. In prior work, EnFuzz introduced the idea of ensemble fuzzing and devised…