LibAFL icon indicating copy to clipboard operation
LibAFL copied to clipboard

Port trim_case() from AFL++

Open andreafioraldi opened this issue 4 years ago • 1 comments

from @tokatoka

andreafioraldi avatar Jun 16 '21 12:06 andreafioraldi

Testcase minimization has a low impact on fuzzing. It is ok to implement it, but not a priority now.

andreafioraldi avatar Jun 16 '21 12:06 andreafioraldi

Closing because trim_case() seems to be useless.

tokatoka avatar Sep 03 '22 17:09 tokatoka

Don't we have tmin now which is basically that?

domenukk avatar Sep 03 '22 17:09 domenukk

I think what they are trying to achieve is the same but afl-tmin and trim_case() are doing different things as far as I can tell

tokatoka avatar Sep 03 '22 18:09 tokatoka