diff options
author | vanhauser-thc <vh@thc.org> | 2023-05-12 08:29:31 +0200 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2023-05-12 08:29:31 +0200 |
commit | a752b159212db458d77cd13c46fdfbde01045d91 (patch) | |
tree | f00c1e88b7a6ae6d14aeac214f685cb3a9fbc59c | |
parent | 3a98d7af18e6ebf12e7cce2eb78bdb9b9927be3e (diff) | |
download | afl++-a752b159212db458d77cd13c46fdfbde01045d91.tar.gz |
update qemu_mode
-rw-r--r-- | docs/Changelog.md | 4 | ||||
-rw-r--r-- | qemu_mode/QEMUAFL_VERSION | 2 | ||||
m--------- | qemu_mode/qemuafl | 0 |
3 files changed, 3 insertions, 3 deletions
diff --git a/docs/Changelog.md b/docs/Changelog.md index 1fe714e8..e85de763 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -18,8 +18,8 @@ - add `-I filelist` option, an alternative to `-i in_dir` - afl-cmin + afl-cmin.bash: - `-T threads` parallel task support, can be a huge speedup! - - qemuafl: - - Persistent mode support for ppc32 tragets by @worksbutnottested + - qemu_mode: + - Persistent mode +QASAN support for ppc32 tragets by @worksbutnottested - a new grammar custom mutator atnwalk was submitted by @voidptr127 ! diff --git a/qemu_mode/QEMUAFL_VERSION b/qemu_mode/QEMUAFL_VERSION index 043a9f82..44ea5345 100644 --- a/qemu_mode/QEMUAFL_VERSION +++ b/qemu_mode/QEMUAFL_VERSION @@ -1 +1 @@ -b0abbe2 +a1321713c7 diff --git a/qemu_mode/qemuafl b/qemu_mode/qemuafl -Subproject b0abbe2e74ed74ff6ff25b5ea3110d27ba97800 +Subproject a1321713c7502c152dd7527555e0f8a800d5522 |