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-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
2020-03-20
expose cycles_wo_finds in fuzzer_stats
van Hauser
2020-03-20
added missing descriptions of entries in fuzzer_stats
van Hauser
2020-03-20
clean was missing ld symlink
van Hauser
2020-03-20
add RARE schedule. also fixes doc_path
van Hauser
2020-03-19
install llvm_mode READMEs
hexcoder-
2020-03-19
update doc
van Hauser
2020-03-19
travis for dev branch
van Hauser
2020-03-19
no more (?) statics
Dominik Maier
2020-03-19
removed unneeded func
Dominik Maier
2020-03-19
fixed resize; removed more statics
Dominik Maier
2020-03-19
code format
Dominik Maier
2020-03-19
50% less globals
Dominik Maier
2020-03-19
Merge pull request #262 from rish9101/remove_alarm
Andrea Fioraldi
Port the fauxserver changes to afl-cmplog and code format
2020-03-19
describe branches setup in README
van Hauser
2020-03-19
moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links
van Hauser
2020-03-19
test.sh: replace 'which' with 'type'
hexcoder-
[next]