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
/
src
/
afl-fuzz-mutators.c
Age
Commit message (
Expand
)
Author
2020-12-04
afl_custom_describe api added
Dominik Maier
2020-11-10
support custom mutator introspection
van Hauser
2020-09-08
update instrumenation/README.instrument_file.md for gcc_plugin
van Hauser
2020-08-24
added afl_custom_fuzz_count
van Hauser
2020-08-18
Reworked maybe_grow to take a single ptr, renamed to afl_realloc (#505)
Dominik Maier
2020-08-08
Add support for specific custom mutator name
murx-
2020-07-31
less gotos
Dominik Maier
2020-07-28
allow custom mut with mopt if -L is -1
Andrea Fioraldi
2020-07-26
add last 60s exec/s stat
van Hauser
2020-07-26
Fix typo for afl_custom_deinit (#470)
HAPPY
2020-07-22
Allow the custom mutator to generate larger trimmed data (#463)
Shengtuo Hu
2020-07-20
debug test for rng
van Hauser
2020-07-18
Skip the empty test case generated by the custom trimming
h1994st
2020-06-25
remove radamsa, add radamsa custom mutator
van Hauser
2020-06-12
switch to faster and better hash + random
van Hauser
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
enforce mandatary custom functions
van Hauser
2020-05-12
fix custom mutators and add real test cases
van Hauser
2020-05-09
custom mutator code enhancements and code-format
van Hauser
2020-05-08
Support multiple custom mutators (#282)
Rishi Ranjan
2020-04-20
code format
Dominik Maier
2020-04-19
clang-tidy readability-braces (#323)
Dominik Maier
2020-04-16
libradamsa fix
Dominik Maier
2020-04-16
renamed duplicated func names
Dominik Maier
2020-04-14
unified forkservered run_target, fixes #308
Dominik Maier
2020-04-11
more refactoring and update changelog
van Hauser
2020-04-11
refactored cmplog
Dominik Maier
2020-04-10
LTO optimization, variable map size, autodictionary (#307)
van Hauser
2020-04-01
code format
Dominik Maier
2020-04-01
rebase
Dominik Maier
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
added nullptr fix by h1994st
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
fixed call of custom mutators
Dominik Maier
2020-03-23
custom mutators might work again like this
Dominik Maier
2020-03-23
unsafer
Dominik Maier
2020-03-23
less branches, cleanup
Dominik Maier
2020-03-21
renamed UB to rand_below
Dominik Maier
2020-03-21
moved string formatting to header
Dominik Maier
2020-03-19
no more (?) statics
Dominik Maier
2020-03-19
code format
Dominik Maier
2020-03-19
50% less globals
Dominik Maier
2020-03-11
honor afl_quiet on env var checks + code-format
van Hauser
[next]