|
Coverage analyzer
Sometimes we want to perform the coverage analysis of the input file: to find areas of the program not exercised by a set of test cases. These test cases may come from a test suit or you could be trying to to find a vulnerability in the program by fuzzing it. A nice feedback in the form of a list of not-yet-executed instructions would be a nice addition to blind fuzzing. Comments
| ||||||