about summary refs log tree commit diff
path: root/qemu_mode/libcompcov/libcompcov.so.c
AgeCommit message (Collapse)Author
2020-05-12new code formatting + appliedvan Hauser
2020-05-10indenting preprocessor directives breaks compilation and cant be fixed, ↵van Hauser
reverting ... :-(
2020-05-10fix warning, code formatvan Hauser
2020-04-18small portability fix (32-bit) for warning (size_t %lu -> %zu)hexcoder-
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10unified pointer placementDominik Maier
2020-02-25fix references to README docshexcoder-
2019-12-31v2.60d and year 2020 initvan Hauser
2019-12-02code format (contributors, do it!)Andrea Fioraldi
2019-12-02libcompcov common cmp funcs from honggfuzzAndrea Fioraldi
2019-10-02fix missing __compcov_ro_cnt increment in libcompcovAndrea Fioraldi
2019-09-04fix typo in custom formatAndrea Fioraldi
2019-09-03remove macro indentation from code-formatAndrea Fioraldi
2019-09-02run code formatterAndrea Fioraldi
2019-08-30update with changes from masterAndrea Fioraldi
2019-08-30modernize docs and readme for qemu and unicornAndrea Fioraldi
2019-08-27-I include in makefilesAndrea Fioraldi
2019-07-29compcov levels to enable the instrumentation of only immediatesAndrea Fioraldi
2019-07-20fix conflictAndrea Fioraldi
2019-07-20more speed to libcompcov using real libc functionsAndrea Fioraldi
2019-07-20added test and debugvan Hauser
2019-07-19libcompcov for QEMUAndrea Fioraldi