Skip to content

Commit

Permalink
Bump qemu-libafl-bridge
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcondiro committed Feb 19, 2025
1 parent ac8b365 commit f23cf93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl_qemu/libafl_qemu_build/src/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ use crate::cargo_add_rpath;

pub const QEMU_URL: &str = "https://github.com/AFLplusplus/qemu-libafl-bridge";
pub const QEMU_DIRNAME: &str = "qemu-libafl-bridge";
pub const QEMU_REVISION: &str = "06c738f64a4a92d5fc8184c9b5a9fe9340f4a63f";
pub const QEMU_REVISION: &str = "59ce9daf5456d08b3908ac4a1151f7cfd961aa5d";

pub struct BuildResult {
pub qemu_path: PathBuf,
Expand Down

0 comments on commit f23cf93

Please sign in to comment.