diff options
author | vanhauser-thc <vh@thc.org> | 2021-07-19 09:12:24 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-07-19 09:12:24 +0200 |
commit | 18fd97fc5ffc5ad94e735cfbfa0d500463dcb585 (patch) | |
tree | 808710139e53d9958cdb660d61680d48e64e8c3a /utils | |
parent | a705b1548f903a8cc3f85ec960b5d09a7d7a3ee7 (diff) | |
download | afl++-18fd97fc5ffc5ad94e735cfbfa0d500463dcb585.tar.gz |
v3.14c release
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/qbdi_mode/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/utils/qbdi_mode/README.md b/utils/qbdi_mode/README.md index 641a6e85..cf5d3359 100755 --- a/utils/qbdi_mode/README.md +++ b/utils/qbdi_mode/README.md @@ -1,5 +1,9 @@ # 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 afl_frida or fpicker [https://github.com/ttdennis/fpicker/](https://github.com/ttdennis/fpicker/) first, maybe they suite your need. + ## 1) Introduction The code in ./qbdi_mode allows you to build a standalone feature that |