diff options
author | David Carlier <devnexen@gmail.com> | 2019-11-04 15:37:56 +0000 |
---|---|---|
committer | David Carlier <devnexen@gmail.com> | 2019-11-04 15:37:56 +0000 |
commit | 14c359700b6b1d4408853f878931937ac586059c (patch) | |
tree | 628533d67b561cf00cddedb8aaeaaec4993d8532 /docs/QuickStartGuide.txt | |
parent | e2442f747179bef2f96ca11db5fe89a6c6a4bcaa (diff) | |
download | afl++-14c359700b6b1d4408853f878931937ac586059c.tar.gz |
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: |