index
:
~cnx/afl++
this commit
dataflow
dev
run
stable
Security-oriented fuzzer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Collapse
)
Author
2020-04-01
Add a test case for the custom mutator
h1994st
- Update the Makefile in examples/custom_mutators - Add a test program for testing the custom mutator - Update test.sh for testing the custom mutator - [TODO] Update the result checking criterias of the custom mutator in test.sh
2020-04-01
upstream changes
Dominik Maier
2020-04-01
merged dev
Dominik Maier
2020-04-01
added untitest to gitignore
Dominik Maier
2020-04-01
code format
Dominik Maier
2020-04-01
regec dict additions
van Hauser
2020-04-01
added unittest for unit_maybe_alloc
Dominik Maier
2020-04-01
code cleanup
Dominik Maier
2020-04-01
added read_timed
Dominik Maier
2020-04-01
llvm_mode/Makefile: replace lexical version comparison with a numerical one
hexcoder-
2020-04-01
review adaptions for afl-llvm-pass
hexcoder-
2020-04-01
afl-llvm-pass.so.cc: fix compile for llvm 3.8.0 @Marc: please review
hexcoder-
2020-04-01
.gitignore: add afl-ld and ld
hexcoder-
2020-04-01
qemu_mode: compiler warnings, strncpy() leave one byte for terminator
hexcoder-
2020-04-01
qemu_mode: fix more compiler warnings
hexcoder-
2020-04-01
qemu_mode: silence two compiler warnings
hexcoder-
2020-04-01
code format
Dominik Maier
2020-04-01
error handling for custom mutators
Dominik Maier
2020-04-01
types.h: silence some compiler warnings regarding redeclaration of
hexcoder-
likely/unlikely
2020-04-01
tiny changes in custom mut api
Dominik Maier
2020-04-01
alloc-inl.h/ck_maybe_grow(): restore original exponential allocs
hexcoder-
2020-04-01
alloc-inl.h/ck_maybe_grow() back to size_t, reimplement overflow check
hexcoder-
2020-04-01
alloc_inl.h/ck_maybe_grow(): fix compiler warning
hexcoder-
2020-04-01
gcc_plugin: fix compiler warnings regarding -O and FORTIFY_SOURCE
hexcoder-
2020-04-01
llvm_mode: fix compiler warnings FORTIFY_SOURCE needs -O
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
fix detection compiles (e.g. python) when using CFLAGS="-m32"
hexcoder-
2020-04-01
if exponential growth is too much, don't doo it
Dominik Maier
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
part1 make it compilable for llvm 3.8.0 (ubuntu 16.04)
hexcoder-
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
important llvm_mode Makefile fix
van Hauser
2020-03-27
example fixed
Dominik Maier
2020-03-27
docu
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
updated with required changes
Ashis Kumar Singh
2020-03-27
code format
Dominik Maier
2020-03-27
fixed call of custom mutators
Dominik Maier
2020-03-27
fixed typos in README.md
Ashis Kumar Singh
2020-03-27
add "time without finds" to afl-whatsup
fuzzah
2020-03-27
fix doc link
van Hauser
[next]