about summary refs log tree commit diff
path: root/examples
AgeCommit message (Collapse)Author
2020-04-01if exponential growth is too much, don't doo itDominik Maier
2020-04-01more custom mutator remodellingDominik Maier
2020-04-01code formatDominik Maier
2020-03-27example fixedDominik Maier
2020-03-27docuDominik Maier
2020-03-27more apiDominik Maier
2020-03-27edited custom mutator pre_save apiDominik Maier
2020-03-27code formatDominik Maier
2020-03-27fix doc linkvan Hauser
2020-03-23custom mutators might work again like thisDominik Maier
2020-03-23surgical_havoc_mutate() in custom mutator helpersAndrea Fioraldi
2020-03-17minor fix to qemu_persistent_hook examplevan Hauser
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier
2020-03-09more code formatvan Hauser
2020-03-07Add two new hooks for the custom mutatorh1994st
- `afl_custom_queue_get` and `afl_custom_queue_new_entry` - Update the corresponding document and examples
2020-03-07custom havoc mutationAndrea Fioraldi
2020-03-06Fixing 2 little mistakesAntonio Morales
This example doesn't compile due to two little errors: - There is a missing semicolon - "data" array doesn't exist. I think "buf" should be used instead.
2020-03-04Update examples of the custom mutatorh1994st
- Merge `examples/python_mutators` into `examples/custom_mutators` - Remove `examples/python_mutators` - Update existing examples to demonstrate new APIs
2020-02-28more examples for README and custom_mutator READMEvan Hauser
2020-02-23fix -m32 on arm (-> -m32be), make 64 bit version explicit (do not assume 64 ↵hexcoder-
bit as default)
2020-02-23fix -m32 on arm 32 bit (is -m32be). make 32 and 64 bit varaints optionalhexcoder-
2020-02-16code formatAndrea Fioraldi
2020-02-13argv fuzzing afl-fuzz-inl.h: apply patch from issue#195hexcoder
@dpmdpm2: Thanks
2020-02-08persistent mode docvan Hauser
2020-02-07code formatAndrea Fioraldi
2020-02-07afl qemu persistent hookAndrea Fioraldi
2020-02-03fix MDsvan Hauser
2020-02-03s/experimental\//examples\/gAndrea Fioraldi
2020-02-03move custom and pythoon mutators examples into examples/Andrea Fioraldi