diff options
| author | David Carlier <dcarlier@afilias.info> | 2019-11-07 11:52:04 +0000 | 
|---|---|---|
| committer | David Carlier <dcarlier@afilias.info> | 2019-11-07 11:52:04 +0000 | 
| commit | b92da08ae8cbe8795e39c981525548bca0ce5607 (patch) | |
| tree | e4c9600935c77e590f62af969da6cce4ccba3179 /docs | |
| parent | 7b82ef22bea26b7f867cff21de2866b74f4f9dc1 (diff) | |
| parent | 499f078c3759a22dd5cfd81d2271969f19b75090 (diff) | |
| download | afl++-b92da08ae8cbe8795e39c981525548bca0ce5607.tar.gz | |
Taking in account last changes
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/ChangeLog | 4 | ||||
| -rw-r--r-- | docs/QuickStartGuide.txt | 2 | 
2 files changed, 6 insertions, 0 deletions
| diff --git a/docs/ChangeLog b/docs/ChangeLog index 4c51502b..7bc6dec4 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -23,6 +23,10 @@ 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 + - qemu and unicorn download scripts now try to download until the full + download succeeded. f*ckin travis fails downloading 40% of the time! - 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: | 
