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 d317725 commit a613676Copy full SHA for a613676
libafl_qemu/libafl_qemu_build/src/build.rs
@@ -11,7 +11,7 @@ use crate::cargo_add_rpath;
11
12
pub const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge";
13
pub const QEMU_DIRNAME: &str = "qemu-libafl-bridge";
14
-pub const QEMU_REVISION: &str = "fea68856b9410ca6f0076a6bf9ccc4b4b11aa09c";
+pub const QEMU_REVISION: &str = "4df4d2dcfa0d2eecfb267cddf5ebfb8ef9f58d87";
15
16
pub struct BuildResult {
17
pub qemu_path: PathBuf,
0 commit comments