Fix generic hooks bug in libafl_qemu (#1382)

This commit is contained in:
Andrea Fioraldi 2023-07-27 17:28:33 +02:00 committed by GitHub
parent eae6f0436f
commit 37bfead4e5
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_DIRNAME: &str = "qemu-libafl-bridge";
const QEMU_REVISION: &str = "3a774d591acb9770eeeb286ec88c657271c398d8";
const QEMU_REVISION: &str = "6df19ab8f161791b7b16a896d1da1d16b8749006";
fn build_dep_check(tools: &[&str]) {
for tool in tools {