forked from p98n2ja4z/AFLplusplus
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.
|
6 months ago | |
---|---|---|
.. | ||
src | 6 months ago | |
.gitignore | 6 months ago | |
Cargo.toml | 6 months ago | |
Makefile | 6 months ago | |
README.md | 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 ...