diff options
author | van Hauser <vh@thc.org> | 2019-09-04 12:14:35 +0200 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2019-09-04 12:14:35 +0200 |
commit | 52bfd1fc3d6c1e6610469dbddad19aacb4e7f848 (patch) | |
tree | b5de5e1cbcdc096a7d57e82aa0edb89d23baa26d /docs | |
parent | a8d96967c426f031d61dd91287906a28975334fb (diff) | |
download | afl++-52bfd1fc3d6c1e6610469dbddad19aacb4e7f848.tar.gz |
added man pages
Diffstat (limited to 'docs')
-rw-r--r-- | docs/ChangeLog | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/ChangeLog b/docs/ChangeLog index 2fc4efbc..66f71a42 100644 --- a/docs/ChangeLog +++ b/docs/ChangeLog @@ -19,11 +19,12 @@ Version ++2.53d (dev): - big code refactoring: * all includes are now in include/ - * all afl sources are now in src/ - see src/README + * all afl sources are now in src/ - see src/README.src * afl-fuzz was splitted up in various individual files for including functionality in other programs (e.g. forkserver, memory map, etc.) - or better readability. + for better readability. * new code indention everywhere + - auto-generating man pages for all (main) tools - added AFL_FORCE_UI to show the UI even if the terminal is not detected - llvm 9 is now supported (still needs testing) - Android is now supported (thank to JoeyJiao!) - still need to modify the Makefile though |