Skip to content

Commit

Permalink
update baby_fuzzer example to 0.14
Browse files Browse the repository at this point in the history
Move InProcessExecutor
  • Loading branch information
golem9247 authored Nov 26, 2024
1 parent 3a6694c commit 3992e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fuzzers/baby/baby_fuzzer/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 3992e16

Please sign in to comment.