Fix bp in QEMU thumb mode on arm64 systems (#1701)

This commit is contained in:
Andrea Fioraldi 2023-11-29 10:37:10 +01:00 committed by GitHub
parent bc458864f1
commit 5d83c9399a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,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 = "98a0d924631ad359a29e73fbe86f06e859500e64"; const QEMU_REVISION: &str = "c105904e6659b3fc90e938438a44254dfe47e1c3";
fn build_dep_check(tools: &[&str]) { fn build_dep_check(tools: &[&str]) {
for tool in tools { for tool in tools {