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') 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') 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 From 2a4281ce8d18160822da9751326b5847e62a34f0 Mon Sep 17 00:00:00 2001 From: vanhauser-thc Date: Tue, 24 Sep 2024 09:50:14 +0200 Subject: update qemuafl --- qemu_mode/QEMUAFL_VERSION | 2 +- qemu_mode/qemuafl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'qemu_mode') diff --git a/qemu_mode/QEMUAFL_VERSION b/qemu_mode/QEMUAFL_VERSION index 9a62db20..ecff1e72 100644 --- a/qemu_mode/QEMUAFL_VERSION +++ b/qemu_mode/QEMUAFL_VERSION @@ -1 +1 @@ -847b43acb1 +d40bcd8965 diff --git a/qemu_mode/qemuafl b/qemu_mode/qemuafl index 847b43ac..d40bcd89 160000 --- a/qemu_mode/qemuafl +++ b/qemu_mode/qemuafl @@ -1 +1 @@ -Subproject commit 847b43acb11530e775013dc24b54c6e27406179c +Subproject commit d40bcd896521e5a1f0c9939d020fe6291dbdd370 -- cgit 1.4.1