From 3ccf884d861800e5063158749b387812e94bd454 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Fri, 19 Nov 2021 14:37:59 +0100 Subject: [PATCH] Hook cmp on arm/aarch64 in libafl_qemu --- libafl_qemu/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libafl_qemu/build.rs b/libafl_qemu/build.rs index fabf5cc7df..5b379afb2d 100644 --- a/libafl_qemu/build.rs +++ b/libafl_qemu/build.rs @@ -3,7 +3,7 @@ use which::which; const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge"; const QEMU_DIRNAME: &str = "qemu-libafl-bridge"; -const QEMU_REVISION: &str = "c74c7db5adc1896bfef4eab7841545a39eb26fe6"; +const QEMU_REVISION: &str = "a6b44da636a6baab71c79c715f23c0306744631b"; fn build_dep_check(tools: &[&str]) { for tool in tools {