Hook cmp on arm/aarch64 in libafl_qemu

This commit is contained in:
Andrea Fioraldi 2021-11-19 14:37:59 +01:00
parent 2a780652e1
commit 3ccf884d86

View File

@ -3,7 +3,7 @@ use which::which;
const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge"; const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge";
const QEMU_DIRNAME: &str = "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]) { fn build_dep_check(tools: &[&str]) {
for tool in tools { for tool in tools {