You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
AFLplusplus/src/AFLplusplus-stable/custom_mutators/libafl_base
1LuB dbc698415f
v1.0
6 months ago
..
src v1.0 6 months ago
.gitignore v1.0 6 months ago
Cargo.toml v1.0 6 months ago
Makefile v1.0 6 months ago
README.md v1.0 6 months ago

README.md

libafl basic havoc + token mutator

This uses the libafl StdScheduledMutator with havoc_mutations and token_mutations.

Make sure to have cargo installed and just type make to build.

Run with:

AFL_CUSTOM_MUTATOR_LIBRARY=custom_mutators/libafl_base/libafl_base.so AFL_CUSTOM_MUTATOR_ONLY=1 afl-fuzz ...