diff options
author | vanhauser-thc <vh@thc.org> | 2024-09-06 12:36:53 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2024-09-06 12:36:57 +0200 |
commit | d0f39849c2c5d2dc4be74b7abe3f59d1722e2102 (patch) | |
tree | db908616651f5d4e0d38ddb2bcc2ff0822c0488c | |
parent | 8820bf4758ba11acc83318f1725a4703336940d0 (diff) | |
download | afl++-d0f39849c2c5d2dc4be74b7abe3f59d1722e2102.tar.gz |
update qemu persisten readme
-rw-r--r-- | qemu_mode/README.persistent.md | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/qemu_mode/README.persistent.md b/qemu_mode/README.persistent.md index d732c826..e89823b5 100644 --- a/qemu_mode/README.persistent.md +++ b/qemu_mode/README.persistent.md @@ -110,15 +110,7 @@ The environment variable is `AFL_QEMU_PERSISTENT_EXITS`. ### 2.7) Snapshot -`AFL_QEMU_SNAPSHOT=address` is just a "syntactical sugar" environment variable -that is equivalent to the following set of variables: - -``` -AFL_QEMU_PERSISTENT_ADDR=address -AFL_QEMU_PERSISTENT_GPR=1 -AFL_QEMU_PERSISTENT_MEM=1 -AFL_QEMU_PERSISTENT_EXITS=1 -``` +obsolete ## 3) Optional parameters |