update baby_fuzzer example to 0.14 (#2728)

Move InProcessExecutor
This commit is contained in:
golem9247 2024-11-26 16:16:30 +01:00 committed by GitHub
parent 3a6694c90b
commit 41c1c545b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -9,7 +9,7 @@ use libafl::monitors::SimpleMonitor;
use libafl::{
corpus::{InMemoryCorpus, OnDiskCorpus},
events::SimpleEventManager,
executors::{inprocess::InProcessExecutor, ExitKind},
executors::{InProcessExecutor, ExitKind},
feedbacks::{CrashFeedback, MaxMapFeedback},
fuzzer::{Fuzzer, StdFuzzer},
generators::RandPrintablesGenerator,