about summary refs log tree commit diff
path: root/examples/custom_mutators/example.py
AgeCommit message (Collapse)Author
2020-05-13Add post library API as custom mutator and rename pre_saverish9101
2020-05-12fix custom mutators and add real test casesvan Hauser
2020-04-01test.sh: "trusty-amd64" does not work well with "realpath". Useh1994st
"readlink -f" for Ubuntu instead.
2020-04-01example.py: add deinit()h1994st
2020-04-01Fix typoh1994st
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-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