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
/
qemu_mode
/
libcompcov
/
libcompcov.so.c
Age
Commit message (
Expand
)
Author
2020-05-12
new code formatting + applied
van Hauser
2020-05-10
indenting preprocessor directives breaks compilation and cant be fixed, rever...
van Hauser
2020-05-10
fix warning, code format
van Hauser
2020-04-18
small portability fix (32-bit) for warning (size_t %lu -> %zu)
hexcoder-
2020-03-11
honor afl_quiet on env var checks + code-format
van Hauser
2020-03-10
unified pointer placement
Dominik Maier
2020-02-25
fix references to README docs
hexcoder-
2019-12-31
v2.60d and year 2020 init
van Hauser
2019-12-02
code format (contributors, do it!)
Andrea Fioraldi
2019-12-02
libcompcov common cmp funcs from honggfuzz
Andrea Fioraldi
2019-10-02
fix missing __compcov_ro_cnt increment in libcompcov
Andrea Fioraldi
2019-09-04
fix typo in custom format
Andrea Fioraldi
2019-09-03
remove macro indentation from code-format
Andrea Fioraldi
2019-09-02
run code formatter
Andrea Fioraldi
2019-08-30
update with changes from master
Andrea Fioraldi
2019-08-30
modernize docs and readme for qemu and unicorn
Andrea Fioraldi
2019-08-27
-I include in makefiles
Andrea Fioraldi
2019-07-29
compcov levels to enable the instrumentation of only immediates
Andrea Fioraldi
2019-07-20
fix conflict
Andrea Fioraldi
2019-07-20
more speed to libcompcov using real libc functions
Andrea Fioraldi
2019-07-20
added test and debug
van Hauser
2019-07-19
libcompcov for QEMU
Andrea Fioraldi