Skip to content

Commit a14fe6c

Browse files
committed
add table of contents
1 parent 32ed6d3 commit a14fe6c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# afl-cov - AFL Fuzzing Code Coverage
22

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+
313
## Introduction
414
`afl-cov` uses test case files produced by the
515
[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/
372382

373383
## Contact
374384
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
376386
Twitter ([@michaelrash](https://twitter.com/michaelrash)).

0 commit comments

Comments
 (0)