Fix libafl_qemu edge hooks src addr (#1700)

This commit is contained in:
Andrea Fioraldi 2023-11-28 17:16:15 +01:00 committed by GitHub
parent 5d5ee40329
commit bc458864f1
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 = "9f6de425b8e173b8c1fa968c3c3b8ce2dceba82b"; const QEMU_REVISION: &str = "98a0d924631ad359a29e73fbe86f06e859500e64";
fn build_dep_check(tools: &[&str]) { fn build_dep_check(tools: &[&str]) {
for tool in tools { for tool in tools {