diff options
author | van Hauser <vh@thc.org> | 2020-03-10 07:14:42 +0100 |
---|---|---|
committer | van Hauser <vh@thc.org> | 2020-03-10 07:14:42 +0100 |
commit | 1148a2d0d1ce43ab89e14eefb70bc410726838c4 (patch) | |
tree | 4c2a69940d07cb2fadd8b8a5cbbfdb7f902c8d36 /docs/Changelog.md | |
parent | 38d9aedb26d6c4530763a29fe7695155a21ffbbc (diff) | |
download | afl++-1148a2d0d1ce43ab89e14eefb70bc410726838c4.tar.gz |
document new environment variables and code format
Diffstat (limited to 'docs/Changelog.md')
-rw-r--r-- | docs/Changelog.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 2a5e36d8..177054e2 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -25,8 +25,8 @@ sending a mail to <afl-users+subscribe@googlegroups.com>. - llvm_mode InsTrim mode: - removed workaround for bug where paths were not instrumented and imported fix by author - - made skipping 1 block functions an option and is disable by default --> TODO: document this! + - made skipping 1 block functions an option and is disable by default, + set AFL_LLVM_INSTRIM_SKIPSINGLEBLOCK=1 to renable this - qemu_mode: - qemu_mode now uses solely the internal capstone version to fix builds on modern Linux distributions |