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 | |
parent | 7856f097995947b76b7537cc24e39c0376fb4fa9 (diff) | |
download | afl++-d1a2a3eee540f4f7ddcec45b2195b0941e2f8736.tar.gz |
qemu 3.1.1
-rw-r--r-- | .gitignore | 3 | ||||
-rwxr-xr-x | qemu_mode/build_qemu_support.sh | 4 |
2 files changed, 3 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore index b2975a7e..43b8ad4b 100644 --- a/.gitignore +++ b/.gitignore @@ -18,8 +18,7 @@ afl-qemu-trace afl-showmap afl-tmin as -qemu_mode/qemu-3.1.0 -qemu_mode/qemu-3.1.0.tar.xz +qemu_mode/qemu-* unicorn_mode/unicorn unicorn_mode/unicorn-* unicorn_mode/*.tar.gz 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" |