diff options
author | hexcoder <hexcoder-@users.noreply.github.com> | 2021-08-20 13:18:14 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 13:18:14 +0200 |
commit | 87794121711f376fc1905e0451b744f9334e8075 (patch) | |
tree | e55bf09bd9f54cb5fe907e1009675170ac24fad0 | |
parent | 23c240a94a0bd930e601e2dd575aa3608983b6ff (diff) | |
download | afl++-87794121711f376fc1905e0451b744f9334e8075.tar.gz |
wording
-rwxr-xr-x | utils/qbdi_mode/README.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/qbdi_mode/README.md b/utils/qbdi_mode/README.md index a68da616..8b768906 100755 --- a/utils/qbdi_mode/README.md +++ b/utils/qbdi_mode/README.md @@ -1,8 +1,8 @@ # qbdi-based binary-only instrumentation for afl-fuzz NOTE: this code is outdated and first would need to be adapted to the current -AFL++ versions first. -Try frida_mode/ or fpicker [https://github.com/ttdennis/fpicker/](https://github.com/ttdennis/fpicker/) first, maybe they suite your need. +AFL++ versions. +Try frida_mode or fpicker [https://github.com/ttdennis/fpicker/](https://github.com/ttdennis/fpicker/) first, maybe they suite your need. ## 1) Introduction |