diff options
author | van Hauser <vh@thc.org> | 2019-11-05 09:01:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-05 09:01:37 +0100 |
commit | c9c7e4777e089053ba4cfb847fc0900c6454ac53 (patch) | |
tree | 1dd6fd94553ea641bd0663161a6a9ade649f8a30 /docs/QuickStartGuide.txt | |
parent | c11b8883e042fc5c8f42ad64e0fb34888f8bc2ea (diff) | |
parent | 67ae54c957926bd382433c2a08ebba9f1dd711da (diff) | |
download | afl++-c9c7e4777e089053ba4cfb847fc0900c6454ac53.tar.gz |
Merge pull request #100 from devnexen/docker
Basic docker build proposal.
Diffstat (limited to 'docs/QuickStartGuide.txt')
-rw-r--r-- | docs/QuickStartGuide.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/QuickStartGuide.txt b/docs/QuickStartGuide.txt index 9190dc98..723611e3 100644 --- a/docs/QuickStartGuide.txt +++ b/docs/QuickStartGuide.txt @@ -45,6 +45,8 @@ how to hit the ground running: 7) compile and use llvm_mode (afl-clang-fast/afl-clang-fast++) as it is way faster and has a few cool features +8) There is a basic docker build with 'docker build -t aflplusplus .' + That's it. Sit back, relax, and - time permitting - try to skim through the following files: |