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
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
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
[next]