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
Age
Commit message (
Collapse
)
Author
2020-04-07
update env with AFL_NO_SNAPSHOT
Andrea Fioraldi
2020-04-03
code format, small improvements
van Hauser
2020-04-02
no random timing for -s fixed_seed
van Hauser
2020-04-02
Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into dev
hexcoder-
2020-04-02
restore portable Makefiles
hexcoder-
2020-04-02
fix UI bug for bit flip yields
van Hauser
2020-04-02
small enhancements and code-format
van Hauser
2020-04-02
rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checks
hexcoder-
2020-04-01
fix ASAN check
van Hauser
2020-04-01
fixed asan mem limit
Dominik Maier
2020-04-01
disable memory limits for ASAN build
van Hauser
2020-04-01
next_p2 replaced by next_pow2
Dominik Maier
2020-04-01
code format
Dominik Maier
2020-04-01
one less alloc
Dominik Maier
2020-04-01
minor changes
Dominik Maier
2020-04-01
try to fix forkserver
Dominik Maier
2020-04-01
reenabled custom mutator report
Dominik Maier
2020-04-01
make travis happy
Dominik Maier
2020-04-01
fixed bug in cmplog
Dominik Maier
2020-04-01
src doku is now markdown
Dominik Maier
2020-04-01
dropped make switches
Dominik Maier
2020-04-01
code format
Dominik Maier
2020-04-01
fixed example
Dominik Maier
2020-04-01
afl-fuzz-one.c: minor update
h1994st
2020-04-01
Fix heap allocation bug
h1994st
- Reason: `afl->out_size` is not consistent with the actual allocation of `afl->out_buf`. The deleted line in `src/afl-fuzz-one.c` may change `afl->out_size`, but `afl->out_buf` is not changed
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
rebase
Dominik Maier
2020-04-01
added read_timed
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
alloc-inl.h/ck_maybe_grow() back to size_t, reimplement overflow check
hexcoder-
2020-04-01
making 'CFLAGS="-m32" make source-only tests' work
hexcoder-
2020-04-01
fix warning in afl-fuzz-run, tested with '-m32' also
hexcoder-
2020-04-01
more custom mutator remodelling
Dominik Maier
2020-04-01
added nullptr fix by h1994st
Dominik Maier
2020-04-01
fixed leak
Dominik Maier
2020-04-01
code format
Dominik Maier
2020-04-01
add CFI sanitizer
van Hauser
2020-04-01
less allocs
Dominik Maier
2020-04-01
not allocating paths anymore
Dominik Maier
2020-04-01
almost
Dominik Maier
2020-03-27
more api
Dominik Maier
2020-03-27
Code Format (#275)
Rishi Ranjan
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
[next]