From 617539425db4c34f5bacb8e9e28738ede05c9d46 Mon Sep 17 00:00:00 2001 From: Andrea Fioraldi Date: Wed, 16 Dec 2020 13:59:16 +0100 Subject: [PATCH] todo comment --- afl/src/mutators/mod.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/afl/src/mutators/mod.rs b/afl/src/mutators/mod.rs index c8f7562e3b..d7de0fb722 100644 --- a/afl/src/mutators/mod.rs +++ b/afl/src/mutators/mod.rs @@ -8,6 +8,9 @@ use crate::inputs::Input; use crate::utils::Rand; 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. /// Simple as that. pub trait Mutator