This commit is contained in:
Toka 2021-11-24 01:01:08 +09:00 committed by GitHub
parent 3ccf884d86
commit 6cd2d69bfc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -294,7 +294,6 @@ unsafe fn fuzz(
&mut mgr,
)?,
&mut frida_helper,
Duration::new(30, 0),
);
// In case the corpus is empty (on first run), reset

View File

@ -14,6 +14,7 @@ use libafl::{
Error,
};
#[cfg(unix)]
use crate::asan_errors::ASAN_ERRORS;
pub struct FridaInProcessExecutor<'a, 'b, 'c, FH, H, I, OT, S>