File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1
1
# afl-cov - AFL Fuzzing Code Coverage
2
2
3
+ - [ Introduction] ( #introduction )
4
+ - [ Prerequisites] ( #prerequisites )
5
+ - [ Workflow] ( #workflow )
6
+ - [ Parallelized AFL Execution] ( #parallelized-afl-execution )
7
+ - [ Other Examples] ( #other-examples )
8
+ - [ Directory / File Structure] ( #directory-file-structure )
9
+ - [ Usage Information] ( #usage-information )
10
+ - [ License] ( #license )
11
+ - [ Contact] ( #contact )
12
+
3
13
## Introduction
4
14
` afl-cov ` uses test case files produced by the
5
15
[ AFL fuzzer] ( http://lcamtuf.coredump.cx/afl/ ) ` afl-fuzz ` to generate gcov code
@@ -372,5 +382,5 @@ at [https://github.com/mrash/afl-cov/releases](https://github.com/mrash/afl-cov/
372
382
373
383
## Contact
374
384
All feature requests and bug fixes are managed through github issues tracking.
375
- However, you can email me (michael.rash_AT_gmail.com), or reach me through
385
+ However, you can also email me (michael.rash_AT_gmail.com), or reach me through
376
386
Twitter ([ @michaelrash ] ( https://twitter.com/michaelrash ) ).
You can’t perform that action at this time.
0 commit comments