Update qemu-libafl-bridge (#1697)

Update to last version of qemu-libafl-bridge
This commit is contained in:
Romain Malmain 2023-11-24 20:19:57 +01:00 committed by GitHub
parent 16af5debbe
commit bd12e060ca
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 = "6a63c7f7924d3db1dfff99e7b6cf460e8fb35785"; const QEMU_REVISION: &str = "9f6de425b8e173b8c1fa968c3c3b8ce2dceba82b";
fn build_dep_check(tools: &[&str]) { fn build_dep_check(tools: &[&str]) {
for tool in tools { for tool in tools {