Automatically Resolve Errors During Analysis with Mayhem

Automatically Resolve Errors During Analysis with Mayhem

|
When executing the target in the context of a dynamic analysis, Mayhem employs mechanisms that first identify the root cause of a potential issue and then try to resolve it by intelligently providing different configuration values ... Read More
Generating a Tiny Corpus with Greedy Set Cover Minimization

Generating a Tiny Corpus with Greedy Set Cover Minimization

|
Fuzzing from a starting corpus of test cases is a common practice. For example, in order to fuzz a JSON parser, one can provide a corpus of various JSON files to accelerate the discovery of new interesting test cases. This corpus often consists of both valid and invalid inputs that ... Read More