diff options
author | van Hauser <vh@thc.org> | 2021-01-20 19:13:02 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 19:13:02 +0100 |
commit | b39b87b2f720926645ac5ae23fd49dec7e94c7e9 (patch) | |
tree | 7c88f653232dd55e15be68d0d4dc8f783cbf0968 | |
parent | b9e855b7b5ef3d7f367b32ee03459a9f5b21360f (diff) | |
parent | 5174eb6741f1f08e1ac020d4413d90fba50b1819 (diff) | |
download | afl++-b39b87b2f720926645ac5ae23fd49dec7e94c7e9.tar.gz |
Merge pull request #693 from vishesh-sharma-123/patch-2
Update README.md
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md index 348577df..ce48f336 100644 --- a/README.md +++ b/README.md @@ -27,14 +27,14 @@ ## Major changes in afl++ 3.0 -With afl++ 3.0 we introduced changes that break some previous afl and afl++ +With afl++ 3.0 we introduced changes that breaks some previous afl and afl++ behaviours and defaults: * There are no llvm_mode and gcc_plugin subdirectories anymore and there is only one compiler: afl-cc. All previous compilers now symlink to this. All instrumentation source code is now in the `instrumentation/` folder. * The gcc_plugin was replaced with a new version submitted by AdaCore that - supports more features. thank you! + supports more features. Thank you! * qemu_mode got upgraded to QEMU 5.1, but to be able to build this a current ninja build tool version and python3 setuptools are required. qemu_mode also got new options like snapshotting, instrumenting specific |