todo comment
This commit is contained in:
parent
dd6200b711
commit
617539425d
@ -8,6 +8,9 @@ use crate::inputs::Input;
|
|||||||
use crate::utils::Rand;
|
use crate::utils::Rand;
|
||||||
use crate::AflError;
|
use crate::AflError;
|
||||||
|
|
||||||
|
// TODO mutator stats method that produces something that can be sent with the NewTestcase event
|
||||||
|
// We can use it to report which mutations generated the testcase in the broker logs
|
||||||
|
|
||||||
/// A mutator takes input, and mutates it.
|
/// A mutator takes input, and mutates it.
|
||||||
/// Simple as that.
|
/// Simple as that.
|
||||||
pub trait Mutator<C, I, R>
|
pub trait Mutator<C, I, R>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user