diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-03 12:56:05 +0100 |
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-03 12:56:05 +0100 |
| commit | fd03c64346ab3f63fc5ceafd891dee245121b5c9 (patch) | |
| tree | 81cc1e57d5d23c0c01eb1b06e8330120c92077fb /docs | |
| parent | 63fe2977dab3b4fadd919b75e2fb1eb36aa48f20 (diff) | |
| download | afl++-fd03c64346ab3f63fc5ceafd891dee245121b5c9.tar.gz | |
moar docs to markdown
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/QuickStartGuide.md (renamed from docs/QuickStartGuide.txt) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/docs/QuickStartGuide.txt b/docs/QuickStartGuide.md index 723611e3..1e89a6ad 100644 --- a/docs/QuickStartGuide.txt +++ b/docs/QuickStartGuide.md @@ -1,6 +1,4 @@ -===================== -AFL quick start guide -===================== +# AFL quick start guide You should read docs/README.md - it's pretty short. If you really can't, here's how to hit the ground running: @@ -50,7 +48,7 @@ how to hit the ground running: That's it. Sit back, relax, and - time permitting - try to skim through the following files: - - docs/README.md - A general introduction to AFL, + - README.md - A general introduction to AFL, - docs/perf_tips.txt - Simple tips on how to fuzz more quickly, - docs/status_screen.txt - An explanation of the tidbits shown in the UI, - docs/parallel_fuzzing.txt - Advice on running AFL on multiple cores. |
