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
/
custom_mutators
/
libfuzzer
Age
Commit message (
Collapse
)
Author
2021-12-04
Add missing blank lines and remove double blank lines
llzmb
2021-10-06
fix memory leak in libfuzzer custom mutator
Daniel Ebert
2021-10-05
fix stack-use-after-return in libfuzzer custom mutator
Daniel Ebert
2021-07-09
port custom mutator changes
vanhauser-thc
2021-01-04
code cleanups (from cppcheck mostly)
hexcoder-
2021-01-04
Revert "code cleanups (from cppcheck)"
hexcoder-
This reverts commit 33a7d6f1688856c050b0ac71ac1df4018e4d531c.
2021-01-04
code cleanups (from cppcheck)
hexcoder-
2020-11-12
fix two mem leaks detected by cppcheck
hexcoder-
2020-11-10
fix libfuzzer custom mutator and add introspection function
van Hauser
2020-10-29
typo
hexcoder-
2020-10-29
typo
hexcoder-
2020-10-29
typo
hexcoder-
2020-09-21
fix and update libfuzzer custom mutator
van Hauser
2020-09-20
set explore as default, fix schedule display
van Hauser
2020-09-13
code format
Dominik Maier
2020-09-11
fix for afl-compiler-rt to only send dictionary data if there is some
van Hauser
2020-09-10
add libfuzzer custom mutator, minor enhancements and fixes
van Hauser