Skip to content

Commit

Permalink
symcc_update (AFLplusplus#1749)
Browse files Browse the repository at this point in the history
  • Loading branch information
tokatoka authored and rmalmain committed Jan 2, 2024
1 parent 2c29775 commit 396eed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libafl_concolic/symcc_libafl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
/// The URL of the `LibAFL` `SymCC` fork.
pub const SYMCC_REPO_URL: &str = "https://github.com/AFLplusplus/symcc.git";
/// The commit of the `LibAFL` `SymCC` fork.
pub const SYMCC_REPO_COMMIT: &str = "6909c3f2b98c6e14a25bee0fc6eb29c598250e35";
pub const SYMCC_REPO_COMMIT: &str = "d3870f3f6e4b8d1c01516e76537547d980b3cbed";

#[cfg(feature = "clone")]
mod clone {
Expand Down

0 comments on commit 396eed9

Please sign in to comment.