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-python.c
Age
Commit message (
Expand
)
Author
2021-11-06
http->https
vanhauser-thc
2021-08-10
remove outdated references
vanhauser-thc
2021-08-10
Merge pull request #1063 from wxyxsx/stable
van Hauser
2021-08-10
Update afl-fuzz-python.c
wxyxsx
2021-07-09
fixes
vanhauser-thc
2021-05-30
final push to stable (really?) (#939)
van Hauser
2021-05-25
tweaks
vanhauser-thc
2020-12-04
added python mutator, documentation
Dominik Maier
2020-11-18
Use buffer protocol to retrieve result from python post_process (#605)
Dustin Spicuzza
2020-11-18
fixed alloc errors, code format
Dominik Maier
2020-11-14
Actually make python 'fuzz' method optional
Dustin Spicuzza
2020-11-13
more small fixes
hexcoder-
2020-11-10
support custom mutator introspection
van Hauser
2020-08-24
make py functions as optional as they are in the doc
van Hauser
2020-08-24
fix python implementation for new function
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-07
enabled Wextra, fixed bugs
Dominik Maier
2020-05-13
code-format and slight -S/-M modifications
van Hauser
2020-05-13
Fix previous commit bugs
rish9101
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
new code formatting + applied
van Hauser
2020-05-10
indenting preprocessor directives breaks compilation and cant be fixed, rever...
van Hauser
2020-05-10
fix warning, code format
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-19
clang-tidy readability-braces (#323)
Dominik Maier
2020-04-17
fix plot_data output and code-format
van Hauser
2020-04-16
hunting non-static functions
Dominik Maier
2020-04-01
python mutator: fix nullptr for python mutator data
h1994st
2020-04-01
Fix invalid memory access bug in `afl_custom_pre_save` of example.c
h1994st
2020-04-01
error handling for custom mutators
Dominik Maier
2020-04-01
tiny changes in custom mut api
Dominik Maier
2020-04-01
alloc-inl.h/ck_maybe_grow() back to size_t, reimplement overflow check
hexcoder-
2020-04-01
more custom mutator remodelling
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-23
custom mutators might work again like this
Dominik Maier
2020-03-11
honor afl_quiet on env var checks + code-format
van Hauser
2020-03-10
unified pointer placement
Dominik Maier
2020-03-09
code-format
van Hauser
2020-03-09
AFL without globals (#220)
Dominik Maier
2020-03-09
more code format
van Hauser
2020-03-08
fix null ptr deferef in pre_save python mutator call
Andrea Fioraldi
2020-03-07
Add two new hooks for the custom mutator
h1994st
2020-03-07
custom havoc mutation
Andrea Fioraldi
2020-03-03
Finish refactoring APIs for the custom mutator and Python module
h1994st
2020-03-02
Refactoring `fuzz_py` API
h1994st
[next]