diff options
author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2022-02-01 15:53:05 +0100 |
---|---|---|
committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2022-02-01 15:53:05 +0100 |
commit | 7d366097226717edb20bb6f09c5eb39f30e88d85 (patch) | |
tree | c35586b3469a10f8bcd6a3d002a6601bd424dbfc | |
parent | 119a0e0dcebe93f8c3e7ca4d23429519aca317e2 (diff) | |
download | afl++-7d366097226717edb20bb6f09c5eb39f30e88d85.tar.gz |
libafl custom mut readme
-rw-r--r-- | custom_mutators/libafl_base/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/custom_mutators/libafl_base/README.md b/custom_mutators/libafl_base/README.md new file mode 100644 index 00000000..0849e6da --- /dev/null +++ b/custom_mutators/libafl_base/README.md @@ -0,0 +1,10 @@ +# custum mutator: libafl basic havoc mutator + +This uses the libafl StdScheduledMutator with `havoc_mutations` and `token_mutations`. + +Make sure to have [cargo installed](https://rustup.rs/) and just type `make` to build. + +Run with: + +```AFL_CUSTOM_MUTATOR_LIBRARY=custom_mutators/libafl_base/libafl_base.so afl-fuzz ...``` +``` |