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.
|
|
1 year ago | |
|---|---|---|
| .. | ||
| src | 1 year ago | |
| .gitignore | 1 year ago | |
| Cargo.toml | 1 year ago | |
| Makefile | 1 year ago | |
| README.md | 1 year 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 ...