about summary refs log tree commit diff
path: root/qemu_mode/libcompcov
AgeCommit message (Collapse)Author
2020-11-13fix frida example debug outputvan Hauser
2020-11-13more small fixeshexcoder-
2020-08-28Fix installation path of manual pagesRaphaël Hertzog
Manual pages are stored in /usr/share/man/.
2020-06-21fix libcompcov for CFLAGSvan Hauser
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-19clang-tidy readability-braces (#323)Dominik Maier
2020-04-18small portability fix (32-bit) for warning (size_t %lu -> %zu)hexcoder-
2020-04-09restore portable Makefileshexcoder-
2020-04-09rename all 'Makefile' to 'GNUmakefile', use -Werror for -flto checkshexcoder-
2020-03-18rework docs installationhexcoder-
2020-03-18qemu_mode/libcompcov/Makefile install: fix installation of READMEhexcoder
2020-03-11honor afl_quiet on env var checks + code-formatvan Hauser
2020-03-10forkserver defaultsDominik Maier
2020-03-10unified pointer placementDominik Maier
2020-02-25fix references to README docshexcoder-
2020-01-06Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2020-01-06added ++ to copyright notesAndrea Fioraldi
2019-12-31v2.60d and year 2020 initvan Hauser
2019-12-15fix travis build errors (hopefully)Andrea Fioraldi
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-22wine mode && fix llvm makefileAndrea Fioraldi
2019-09-12ret addr patchingAndrea Fioraldi
2019-09-04added man pagesvan Hauser
2019-09-04fix typo in custom formatAndrea Fioraldi
2019-09-03remove macro indentation from code-formatAndrea Fioraldi
2019-09-02run code formatterAndrea Fioraldi
2019-09-02merge from masterAndrea Fioraldi
2019-08-31modernize some readmesAndrea 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