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-03-27
add "time without finds" to afl-whatsup
fuzzah
2020-03-27
fix doc link
van Hauser
2020-03-23
Merge pull request #269 from AFLplusplus/dev
Andrea Fioraldi
Dev
2020-03-23
Merge branch 'dev' of github.com:vanhauser-thc/AFLplusplus into dev
Andrea Fioraldi
2020-03-23
include afl-llvm-rt.o not only when linking
Andrea Fioraldi
2020-03-23
Merge pull request #266 from AFLplusplus/dev
van Hauser
2020-03-23
custom mutators might work again like this
Dominik Maier
2020-03-23
unsafer
Dominik Maier
2020-03-23
typo
van Hauser
2020-03-23
surgical_havoc_mutate() in custom mutator helpers
Andrea Fioraldi
2020-03-23
libasan.so is not a thing. libclang-rt.asan-ARCH.so is the asan DSO and it ↵
Andrea Fioraldi
is not linked by default. Search for __asan_init instead.
2020-03-23
update readme
Andrea Fioraldi
2020-03-23
update readme
Andrea Fioraldi
2020-03-23
better man page for afl-clang-*
van Hauser
2020-03-23
more fixes and code-format
van Hauser
2020-03-23
more fixes
van Hauser
2020-03-23
minor fixes
van Hauser
2020-03-23
less branches, cleanup
Dominik Maier
2020-03-22
Merge pull request #265 from devnexen/unicorn_python3_4_mac
van Hauser
Enforcing python3 for Mac too.
2020-03-22
little performance enhancements
van Hauser
2020-03-22
a little bit more performance
van Hauser
2020-03-22
Enforcing python3 for Mac too.
David Carlier
2020-03-22
detect arm in build_qemu_support.sh
Andrea Fioraldi
2020-03-22
nice -n -20 to commit test script
van Hauser
2020-03-22
fix travis
van Hauser
2020-03-22
silly, silly typo
van Hauser
2020-03-22
add commit test script test/checkcommit.sh
van Hauser
2020-03-22
all afl msgs to stdout and only read AFL_BENCH_JUST_ONE once
van Hauser
2020-03-21
renamed UB to rand_below
Dominik Maier
2020-03-21
remove debug code
van Hauser
2020-03-21
support for arm platform when building qemu
hexcoder-
2020-03-21
revert test.sh patch
van Hauser
2020-03-21
moved string formatting to header
Dominik Maier
2020-03-21
test.sh fix
van Hauser
2020-03-21
test.sh with -no-pie
van Hauser
2020-03-21
adjusted int_bufs
Dominik Maier
2020-03-21
qemu_mode/unicorn_mode scripts: fix '==' in '['
hexcoder-
2020-03-21
qemu_mode and unicorn_mode build scripts: replace type with command -v
hexcoder-
2020-03-21
afl-gotcpu.c: compielr warning fixed: initialize variable v2
hexcoder-
2020-03-21
avoid calling awk for 'which' replacement, use POSIX 'command -v' instead
hexcoder-
2020-03-21
fix stat display
van Hauser
2020-03-21
unicorn build script: list all missing prereqs in one invocation,
hexcoder-
replace which with type
2020-03-21
qemu_mode/build script: add more missing prereqs
hexcoder-
2020-03-21
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
hexcoder-
2020-03-21
qemu_mode, build script: avoid which, add patch to prereqs, list all
hexcoder-
missing prereqs in one invocation
2020-03-20
forgot readme for ngram
van Hauser
2020-03-20
Merge branch 'dev' of https://github.com/vanhauser-thc/AFLplusplus into dev
hexcoder-
2020-03-20
unicorn: increase timeout for unicorn test in build script
hexcoder-
2020-03-20
added llvm_mode ngram coverage
van Hauser
2020-03-20
show cycles_without_finds in afl-whatsup
van Hauser
[next]