LibAFL
LibAFL copied to clipboard
Port trim_case() from AFL++
from @tokatoka
Testcase minimization has a low impact on fuzzing. It is ok to implement it, but not a priority now.
Closing because trim_case() seems to be useless.
Don't we have tmin now which is basically that?
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