Proceedings of the 9th International Symposium on Haskell 2016
DOI: 10.1145/2976002.2976017
|View full text |Cite
|
Sign up to set email alerts
|

QuickFuzz: an automatic random fuzzer for common file formats

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
1
1
1
1

Citation Types

0
20
0

Year Published

2019
2019
2022
2022

Publication Types

Select...
5
4

Relationship

0
9

Authors

Journals

citations
Cited by 24 publications
(20 citation statements)
references
References 9 publications
0
20
0
Order By: Relevance
“…Future Work. Tinbergen generates a function's DCIS through the use of techniques employed by mutational fuzzers [6,22,24,35,62]. Another key component employed by mutational fuzzers (but currently unused by Tinbergen) is the use of code coverage to guide fuzzing.…”
Section: Discussionmentioning
confidence: 99%
See 1 more Smart Citation
“…Future Work. Tinbergen generates a function's DCIS through the use of techniques employed by mutational fuzzers [6,22,24,35,62]. Another key component employed by mutational fuzzers (but currently unused by Tinbergen) is the use of code coverage to guide fuzzing.…”
Section: Discussionmentioning
confidence: 99%
“…Fuzz testers, or fuzzers, come in many avors, but mutational coverage-guided greybox fuzzers -the most widely used class of fuzzers today -are the most relevant to Tinbergen. Mutational fuzzers [3,6,8,10,21,22,24,30,38,46,53,55,60,62] take an initial seed input, randomly permute the input, and provide the target application with the permuted input in an a empt to nd new paths in the application. is process is then repeated rapidly in an e ort to cover as many code paths as possible.…”
Section: Tinbergen Designmentioning
confidence: 99%
“…4.4.1 Accessible Models or Tools. Many fuzzers generate valid input iles based on accessible input models [3,56,57,100,115,136,147,181] or existing tools [75,153]. Input generation based on bare speciications requires heavy engineering eforts.…”
Section: Input Modelmentioning
confidence: 99%
“…Such strategy to create inputs produces inputs that are syntactically valid by construction. We analyzed four grammar-based fuzzers-Grammarinator [36], jsfunfuzz [57], Lang-Fuzz [37], and Megadeth [33]. Unfortunately, none of those were effective outof-the-box.…”
Section: Fuzzersmentioning
confidence: 99%