diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-11-05 18:41:35 +0100 |
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-11-05 18:41:35 +0100 |
| commit | 4d9a463297a7f8e7855cd2d1cd1106dcef568138 (patch) | |
| tree | 266e9e4eee0f613be1723ddafa312533ab920253 /docs | |
| parent | e13fdfb2ce4d3f97c8fa4ef3adfaa93e84835e39 (diff) | |
| parent | 48388b9eaa2fff97292e968b5eade153ebf2386d (diff) | |
| download | afl++-4d9a463297a7f8e7855cd2d1cd1106dcef568138.tar.gz | |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ChangeLog | 1 | ||||
| -rw-r--r-- | docs/QuickStartGuide.txt | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index 3a5961ad..3924226e 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -23,6 +23,7 @@ Version ++2.58d (dev): - llvm_mode: float splitting is now configured via AFL_LLVM_LAF_SPLIT_FLOATS - libtokencap: support for *BSD/OSX added - libcompcov floating point splitting support for qemu and unicorn + - Dockerfile by courtesy of devnexen - ripped regex.dictionary from Google afl PR - removed unnecessary warnings 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: |
