diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-13 14:46:38 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-09-13 14:46:38 +0200 |
commit | d1a2a3eee540f4f7ddcec45b2195b0941e2f8736 (patch) | |
tree | 5acee977b329d4fff95790b3a8970694efae10d4 /qemu_mode | |
parent | 7856f097995947b76b7537cc24e39c0376fb4fa9 (diff) | |
download | afl++-d1a2a3eee540f4f7ddcec45b2195b0941e2f8736.tar.gz |
qemu 3.1.1
Diffstat (limited to 'qemu_mode')
-rwxr-xr-x | qemu_mode/build_qemu_support.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qemu_mode/build_qemu_support.sh b/qemu_mode/build_qemu_support.sh index 88726be4..67eac434 100755 --- a/qemu_mode/build_qemu_support.sh +++ b/qemu_mode/build_qemu_support.sh @@ -30,9 +30,9 @@ # -VERSION="3.1.0" +VERSION="3.1.1" QEMU_URL="http://download.qemu-project.org/qemu-${VERSION}.tar.xz" -QEMU_SHA384="0318f2b5a36eafbf17bca0f914567dfa5e8a3cd6ff83bb46fe49a0079cd71ddd3ec4267c6c62a03f9e26e05cc80e6d4b" +QEMU_SHA384="28ff22ec4b8c957309460aa55d0b3188e971be1ea7dfebfb2ecc7903cd20cfebc2a7c97eedfcc7595f708357f1623f8b" echo "=================================================" echo "AFL binary-only instrumentation QEMU build script" |