DocumentCode
243683
Title
Taming a Fuzzer Using Delta Debugging Trails
Author
Yuanli Pei ; Christi, Arpit ; Xiaoli Fern ; Groce, Alex ; Weng-Keen Wong
Author_Institution
Sch. of Electr. Eng. & Comput. Sci., Oregon State Univ., Corvallis, OR, USA
fYear
2014
fDate
14-14 Dec. 2014
Firstpage
840
Lastpage
843
Abstract
Fuzzers, or random testing tools, are powerful tools for finding bugs. A major problem with using fuzzersis that they often trigger many bugs that are already known. The fuzzer taming problem addresses this issue by ordering bug-triggering random test cases generated by a fuzzer such that test cases exposing diverse bugs are found early in the ranking. Previous work on fuzzer taming first reduces each test case into a minimal failure-inducing test case using delta debugging, then finds the ordering by applying the Furthest Point First algorithm over the reduced test cases. During the delta debugging process, a sequence of failing test cases is generated (the "delta debugging trail"). We hypothesize that these additional failing test cases also contain relevant information about the bug and could be useful for fuzzertaming. In this paper, we propose to use these additional failing test cases generated during delta debugging to help tame fuzzers. Our experiments show that this allows for more diverse bugs to be found early in the furthest point first ranking.
Keywords
program debugging; program testing; software tools; bug-triggering random test cases; delta debugging trails; furthest point first ranking algorithm; fuzzer taming; minimal failure-inducing test case; random testing tools; Computer bugs; Conferences; Debugging; Engines; Feature extraction; Software; Testing; Automated Testing; Fuzzer Taming; Fuzzing; Software Testing; Test-Case Reduction;
fLanguage
English
Publisher
ieee
Conference_Titel
Data Mining Workshop (ICDMW), 2014 IEEE International Conference on
Conference_Location
Shenzhen
Print_ISBN
978-1-4799-4275-6
Type
conf
DOI
10.1109/ICDMW.2014.58
Filename
7022682
Link To Document