diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-11 21:29:36 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2020-02-11 21:29:36 +0100 |
commit | e22ba031f552bf41fb24286b54c0417d5ddd464a (patch) | |
tree | 944e0878e5e90b7d2c4774f630e5f17c6a302648 /qemu_mode/README.md | |
parent | 1bb6e1911b4a983687de09b39072638c0c001d3e (diff) | |
download | afl++-e22ba031f552bf41fb24286b54c0417d5ddd464a.tar.gz |
AFL_ENTRYPOINT instruction granularity
Diffstat (limited to 'qemu_mode/README.md')
-rw-r--r-- | qemu_mode/README.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/qemu_mode/README.md b/qemu_mode/README.md index 4198af14..0759f4fb 100644 --- a/qemu_mode/README.md +++ b/qemu_mode/README.md @@ -66,8 +66,7 @@ the deferred initialization. This can be enabled setting the environment variable AFL_ENTRYPOINT which allows to move the forkserver to a different part, e.g. just before the file is opened (e.g. way after command line parsing and config file loading, etc.) -which can be a huge speed improvement. Note that the specified address -must be an address of a basic block. +which can be a huge speed improvement. ## 4) Bonus feature #2: persistent mode |