index
:
~cnx/afl++
this commit
dataflow
dev
run
stable
Security-oriented fuzzer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
examples
/
custom_mutators
Age
Commit message (
Expand
)
Author
2020-12-01
renamed examples/ to utils/
vanhauser-thc
2020-11-12
more fixes, leaks and compile errors
hexcoder-
2020-09-23
examples: fixed path for docs (#563)
Tim Blazytko
2020-08-18
Reworked maybe_grow to take a single ptr, renamed to afl_realloc (#505)
Dominik Maier
2020-07-16
Update post_library_gif.so.c (#454)
Sergio Paganoni
2020-05-15
removed overlooked post_lib references, added post_lib examples to examples/c...
van Hauser
2020-05-13
code-format and slight -S/-M modifications
van Hauser
2020-05-13
Add post library API as custom mutator and rename pre_save
rish9101
2020-05-12
fix custom mutators and add real test cases
van Hauser
2020-04-09
custom mutator readme
Andrea Fioraldi
2020-04-09
restore portable Makefiles
hexcoder-
2020-04-09
rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checks
hexcoder-
2020-04-01
docs
Dominik Maier
2020-04-01
reenabled custom mutator report
Dominik Maier
2020-04-01
fixed example
Dominik Maier
2020-04-01
Fix heap allocation bug
h1994st
2020-04-01
test.sh: "trusty-amd64" does not work well with "realpath". Use
h1994st
2020-04-01
example.py: add deinit()
h1994st
2020-04-01
Fix invalid memory access bug in `afl_custom_pre_save` of example.c
h1994st
2020-04-01
Fix typo
h1994st
2020-04-01
Add a test case for the custom mutator
h1994st
2020-04-01
code format
Dominik Maier
2020-04-01
error handling for custom mutators
Dominik Maier
2020-04-01
tiny changes in custom mut api
Dominik Maier
2020-04-01
more custom mutator remodelling
Dominik Maier
2020-04-01
code format
Dominik Maier
2020-03-27
example fixed
Dominik Maier
2020-03-27
docu
Dominik Maier
2020-03-27
more api
Dominik Maier
2020-03-27
edited custom mutator pre_save api
Dominik Maier
2020-03-27
code format
Dominik Maier
2020-03-27
fix doc link
van Hauser
2020-03-23
custom mutators might work again like this
Dominik Maier
2020-03-23
surgical_havoc_mutate() in custom mutator helpers
Andrea Fioraldi
2020-03-09
more code format
van Hauser
2020-03-07
Add two new hooks for the custom mutator
h1994st
2020-03-07
custom havoc mutation
Andrea Fioraldi
2020-03-06
Fixing 2 little mistakes
Antonio Morales
2020-03-04
Update examples of the custom mutator
h1994st
2020-02-28
more examples for README and custom_mutator README
van Hauser
2020-02-03
fix MDs
van Hauser
2020-02-03
move custom and pythoon mutators examples into examples/
Andrea Fioraldi