diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2020-08-07 22:06:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 22:06:36 +0200 |
commit | 986af28df27016813abdfdde8bdedda1f571703c (patch) | |
tree | fb36ccc509a972f2a5344c6416057817d66e4905 | |
parent | e7f27702757ac922978a4ccbdc5feeafbf902591 (diff) | |
download | afl++-986af28df27016813abdfdde8bdedda1f571703c.tar.gz |
README.md: show afl-gcc as intel only
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index bd2784ae..b42fed2e 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ | Feature/Instrumentation | afl-gcc | llvm_mode | gcc_plugin | qemu_mode | unicorn_mode | | ----------------------- |:-------:|:---------:|:----------:|:----------------:|:------------:| - | NeverZero | x | x(1) | (2) | x | x | + | NeverZero | x86[_64]| x(1) | (2) | x | x | | Persistent mode | | x | x | x86[_64]/arm[64] | x | | LAF-Intel / CompCov | | x | | x86[_64]/arm[64] | x86[_64]/arm | | CmpLog | | x | | x86[_64]/arm[64] | | |