Skip to content

Commit c6c93b5

Browse files
authored
aa (#1638)
1 parent fdfa5b2 commit c6c93b5

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

libafl/src/mutators/scheduled.rs

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,18 @@ use serde::{Deserialize, Serialize};
1616
use super::MutationId;
1717
use crate::{
1818
corpus::{Corpus, CorpusId},
19-
mutators::{mutations::*, token_mutations::*, MutationResult, Mutator, MutatorsTuple},
19+
mutators::{
20+
mutations::{
21+
BitFlipMutator, ByteAddMutator, ByteDecMutator, ByteFlipMutator, ByteIncMutator,
22+
ByteInterestingMutator, ByteNegMutator, ByteRandMutator, BytesCopyMutator,
23+
BytesDeleteMutator, BytesExpandMutator, BytesInsertCopyMutator, BytesInsertMutator,
24+
BytesRandInsertMutator, BytesRandSetMutator, BytesSetMutator, BytesSwapMutator,
25+
CrossoverInsertMutator, CrossoverReplaceMutator, DwordAddMutator,
26+
DwordInterestingMutator, QwordAddMutator, WordAddMutator, WordInterestingMutator,
27+
},
28+
token_mutations::{TokenInsert, TokenReplace},
29+
MutationResult, Mutator, MutatorsTuple,
30+
},
2031
state::{HasCorpus, HasMetadata, HasRand},
2132
Error,
2233
};

0 commit comments

Comments
 (0)