From 8820bf4758ba11acc83318f1725a4703336940d0 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Fri, 6 Sep 2024 12:35:59 +0200 Subject: update qemu persisten readme --- qemu_mode/README.persistent.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'qemu_mode/README.persistent.md') diff --git a/qemu_mode/README.persistent.md b/qemu_mode/README.persistent.md index ef8fb71b..d732c826 100644 --- a/qemu_mode/README.persistent.md +++ b/qemu_mode/README.persistent.md @@ -99,10 +99,7 @@ be lost at the second execution of the loop. ### 2.5) Resetting the memory state -This option restores the memory state using the AFL++ Snapshot LKM if loaded. -Otherwise, all the writeable pages are restored. - -To enable this option, set `AFL_QEMU_PERSISTENT_MEM=1`. +(obsolete chapter) ### 2.6) Reset on exit() -- cgit 1.4.1 From d0f39849c2c5d2dc4be74b7abe3f59d1722e2102 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Fri, 6 Sep 2024 12:36:53 +0200 Subject: update qemu persisten readme --- qemu_mode/README.persistent.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'qemu_mode/README.persistent.md') 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 -- cgit 1.4.1