diff options
author | vanhauser-thc <vh@thc.org> | 2021-05-28 13:35:05 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-05-28 13:35:05 +0200 |
commit | 8e86f7ad803e571bcd275d2aca597997ab0e4d2c (patch) | |
tree | 622b587f1195e23107a100b82aa22f06977e16e7 /docs/Changelog.md | |
parent | e5083fbf254cb7f0bffffaeda5c70beff965627c (diff) | |
download | afl++-8e86f7ad803e571bcd275d2aca597997ab0e4d2c.tar.gz |
add --afl-noopt to afl-cc
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 594637fb..298a3998 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -46,6 +46,7 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - Removed InsTrim instrumentation as it is not as good as PCGUARD - Removed automatic linking with -lc++ for LTO mode - Fixed a crash in llvm dict2file when a strncmp length was -1 + - added --afl-noopt support - utils/aflpp_driver: - aflpp_qemu_driver_hook fixed to work with qemu_mode - aflpp_driver now compiled with -fPIC |