diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-06-05 11:48:36 +0200 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-06-05 11:48:36 +0200 |
commit | b59d71546b95ede4c7acc63a8b46fcad83f9f223 (patch) | |
tree | 61b70bd0fc70be1e599e7fabc4d997074c52b5c6 /qemu_mode/build_qemu_support.sh | |
parent | bcc0347eefa05275cea221f8baad8abe7e091872 (diff) | |
download | afl++-b59d71546b95ede4c7acc63a8b46fcad83f9f223.tar.gz |
improve afl_maybe_log tcg call generation + merge elfload diffs
Diffstat (limited to 'qemu_mode/build_qemu_support.sh')
-rwxr-xr-x | qemu_mode/build_qemu_support.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/qemu_mode/build_qemu_support.sh b/qemu_mode/build_qemu_support.sh index 959ce0b9..1e952f4e 100755 --- a/qemu_mode/build_qemu_support.sh +++ b/qemu_mode/build_qemu_support.sh @@ -133,7 +133,6 @@ patch -p1 <../patches/cpu-exec.diff || exit 1 patch -p1 <../patches/syscall.diff || exit 1 patch -p1 <../patches/translate-all.diff || exit 1 patch -p1 <../patches/tcg.diff || exit 1 -patch -p1 <../patches/elfload2.diff || exit 1 echo "[+] Patching done." |