Philipp Görz
YOU?
Author Swipe
View article: A Comparative Study of Fuzzers and Static Analysis Tools for Finding Memory Unsafety in C and C++
A Comparative Study of Fuzzers and Static Analysis Tools for Finding Memory Unsafety in C and C++ Open
Even today, over 70% of security vulnerabilities in critical software systems result from memory safety violations. To address this challenge, fuzzing and static analysis are widely used automated methods to discover such vulnerabilities. …
View article: An Empirical Study of Fuzz Harness Degradation
An Empirical Study of Fuzz Harness Degradation Open
The purpose of continuous fuzzing platforms is to enable fuzzing for software projects via \emph{fuzz harnesses} -- but as the projects continue to evolve, are these harnesses updated in lockstep, or do they run out of date? If these harne…
View article: Evaluation Data - Systematic Assessment of Fuzzers using Mutation Analysis
Evaluation Data - Systematic Assessment of Fuzzers using Mutation Analysis Open
The Databases which contain the results of the experiments done for the paper: "Systematic Assessment of Fuzzers using Mutation Analysis" Contained are the databases for the basic, ASan, and 24 hour runs under the data directory. The seed …
View article: Evaluation Data - Systematic Assessment of Fuzzers using Mutation Analysis
Evaluation Data - Systematic Assessment of Fuzzers using Mutation Analysis Open
The Databases which contain the results of the experiments done for the paper: "Systematic Assessment of Fuzzers using Mutation Analysis" Contained are the databases for the basic, ASan, and 24 hour runs under the data directory. The seed …
View article: Evaluation Data - Systematic Assessment of Fuzzers using Mutation Analysis
Evaluation Data - Systematic Assessment of Fuzzers using Mutation Analysis Open
The Databases which contain the results of the experiments done for the paper: "Systematic Assessment of Fuzzers using Mutation Analysis" Contained are the databases for the basic, ASan, and 24 hour runs under the data directory. The seed …
View article: Systematic Assessment of Fuzzers using Mutation Analysis
Systematic Assessment of Fuzzers using Mutation Analysis Open
Fuzzing is an important method to discover vulnerabilities in programs. Despite considerable progress in this area in the past years, measuring and comparing the effectiveness of fuzzers is still an open research question. In software test…
View article: Mutation Analysis: Answering the Fuzzing Challenge
Mutation Analysis: Answering the Fuzzing Challenge Open
Fuzzing is one of the fastest growing fields in software testing. The idea behind fuzzing is to check the behavior of software against a large number of randomly generated inputs, trying to cover all interesting parts of the input space, w…
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…