We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15c33e commit b596dcdCopy full SHA for b596dcd
crates/libafl_qemu/libafl_qemu_build/src/build.rs
@@ -11,7 +11,7 @@ use crate::cargo_add_rpath;
11
12
pub const LIBAFL_QEMU_GIT_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge";
13
pub const LIBAFL_QEMU_DIRNAME: &str = "qemu-libafl-bridge";
14
-pub const LIBAFL_QEMU_GIT_REV: &str = "0bea78a122b249cbffafdb130af04cc7331c9aee";
+pub const LIBAFL_QEMU_GIT_REV: &str = "f4f85db0e69df08b5dce208a8d4c58cfe68f1a80";
15
16
pub struct BuildResult {
17
pub qemu_path: PathBuf,
0 commit comments