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-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
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
more fixes and code-format
van Hauser
2020-03-23
less branches, cleanup
Dominik Maier
2020-03-22
little performance enhancements
van Hauser
2020-03-22
a little bit more performance
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
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
afl-gotcpu.c: compielr warning fixed: initialize variable v2
hexcoder-
2020-03-21
fix stat display
van Hauser
2020-03-20
added llvm_mode ngram coverage
van Hauser
2020-03-20
expose cycles_wo_finds in fuzzer_stats
van Hauser
2020-03-20
add RARE schedule. also fixes doc_path
van Hauser
2020-03-19
no more (?) statics
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
moved repository to https://github.com/AFLplusplus/AFLplusplus and updated links
van Hauser
2020-03-17
added mmopt power schedule
van Hauser
2020-03-17
fix reading env vars in afl-fuzz
van Hauser
2020-03-17
cmplog was neither quiet nor where its llvm passes installed
van Hauser
2020-03-17
Port the fauxserver changes to afl-cmplog and code format
rish9101
2020-03-17
fixed segfault on early bailout
Dominik Maier
2020-03-16
fix broken MOpt mode that was broken by Dominiks no-global patch :p
van Hauser
2020-03-15
print a completed UI screen on exit without bugs :)
van Hauser
2020-03-15
Just compute the current len once.
David Carlier
Fix env var types assignments.
2020-03-15
fix errors in last commit (u8)afl_get_env
van Hauser
[next]