Update symcc for #1768 (#1775)

This commit is contained in:
Dongjia "toka" Zhang 2024-01-04 14:25:47 +01:00 committed by GitHub
parent 99fd69acdc
commit 616e507593
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
/// The URL of the `LibAFL` `SymCC` fork. /// The URL of the `LibAFL` `SymCC` fork.
pub const SYMCC_REPO_URL: &str = "https://github.com/AFLplusplus/symcc.git"; pub const SYMCC_REPO_URL: &str = "https://github.com/AFLplusplus/symcc.git";
/// The commit of the `LibAFL` `SymCC` fork. /// The commit of the `LibAFL` `SymCC` fork.
pub const SYMCC_REPO_COMMIT: &str = "d3870f3f6e4b8d1c01516e76537547d980b3cbed"; pub const SYMCC_REPO_COMMIT: &str = "019a22683522c07a49dcf5ef23e060ebeae22118";
#[cfg(feature = "clone")] #[cfg(feature = "clone")]
mod clone { mod clone {

View File

@ -30,7 +30,7 @@ libafl_bolts = { path = "../../libafl_bolts", version = "0.11.2", default-featur
[build-dependencies] [build-dependencies]
cmake = "0.1" cmake = "0.1"
bindgen = "0.68" bindgen = "0.69"
regex = "1" regex = "1"
which = "4.4" which = "4.4"
symcc_libafl = { path = "../symcc_libafl", version = "0.11.2" } symcc_libafl = { path = "../symcc_libafl", version = "0.11.2" }