diff options
author | van Hauser <vh@thc.org> | 2019-06-25 12:08:50 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-06-25 12:08:50 +0200 |
commit | 5dfb3ded174a6010d9562b0bbddff9aa5f450ff8 (patch) | |
tree | b73f23fca7d14538159e0ebddc13f2d8122f2edc /docs/QuickStartGuide.txt | |
parent | 0104e99caabd83e7d53f7b1248425991f4c0c431 (diff) | |
download | afl++-5dfb3ded174a6010d9562b0bbddff9aa5f450ff8.tar.gz |
improved documentation
Diffstat (limited to 'docs/QuickStartGuide.txt')
-rw-r--r-- | docs/QuickStartGuide.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/QuickStartGuide.txt b/docs/QuickStartGuide.txt index e94b26ed..af4fe75f 100644 --- a/docs/QuickStartGuide.txt +++ b/docs/QuickStartGuide.txt @@ -42,6 +42,9 @@ how to hit the ground running: 6) Investigate anything shown in red in the fuzzer UI by promptly consulting docs/status_screen.txt. +7) compile and use llvm_mode (afl-clang-fast/afl-clang-fast++) as it is way + faster and has a few cool features + That's it. Sit back, relax, and - time permitting - try to skim through the following files: |