about summary refs log tree commit diff
path: root/src/afl-cc.c
AgeCommit message (Collapse)Author
2021-03-19fix dynamic list usage error in afl-ccAndrea Fioraldi
2021-03-17shared linking fixvanhauser-thc
2021-03-17fix m32/m64vanhauser-thc
2021-03-17shmem map size in config.hvanhauser-thc
2021-03-17fixvanhauser-thc
2021-03-17lto testvanhauser-thc
2021-03-16no runtime for shared linkingvanhauser-thc
2021-03-10fixed scan-build warningsDominik Maier
2021-03-10tiny typo fixedDominik Maier
2021-03-09fix ctx-1vanhauser-thc
2021-03-09fix compiler rt on -cvanhauser-thc
2021-03-09add AFL_NOOPTvanhauser-thc
2021-03-08Merge pull request #779 from AFLplusplus/top-k-ctxAndrea Fioraldi
Restore correct CTX behaviour and enable K-CTX coverage for LLVM Classic
2021-03-05fix typos and formatAndrea Fioraldi
2021-03-04afl-cc code for k-ctxAndrea Fioraldi
2021-03-04vectorial top-k CTX first implementationAndrea Fioraldi
2021-03-04fix caller/ctx change, support dlopen in afl-compiler-rtvanhauser-thc
2021-03-04code formatAndrea Fioraldi
2021-03-04llvm mode CALLER modeAndrea Fioraldi
2021-02-22fix error msgvanhauser-thc
2021-02-22auto mode for CTX + NGRAMvanhauser-thc
2021-02-22ensure a valid seed existsvanhauser-thc
2021-02-21fixvanhauser-thc
2021-02-21how to compare afl++vanhauser-thc
2021-02-15Revert "llvm bug workaround for lto extint"Michael Rodler
This reverts commit e3a5c31307f323452dc4b5288e0d19a02b596a33.
2021-02-15llvm bug workaround for lto extintvanhauser-thc
2021-02-13added AFL_IGNORE_UNKNOWN_ENVSvanhauser-thc
2021-02-13fuck you llvm 13aflpp
2021-02-07fix scan-build issuesvanhauser-thc
2021-02-06remove compiler warningsvanhauser-thc
2021-02-03typohexcoder
2021-02-02automagically fix sanitize fuzzer+coveragevan Hauser
2021-02-01try to remove warnings during compilationvan Hauser
2021-02-01make some really weird targets compilevan Hauser
2021-01-31added support for __afl_coverage_interestingvan Hauser
2021-01-28remove snapshot referencevan Hauser
2021-01-28warn on afl-gcc/afl-clang instrumentationvan Hauser
2021-01-21code format and not setting sanitizers if debug and settings presentvan Hauser
2021-01-21Merge pull request #689 from AFLplusplus/cmplog_mergevan Hauser
cmplog merge
2021-01-21temp conflict resolvevan Hauser
2021-01-20android: Fix runtime for mutatorJoey Jiao
2021-01-19cleanup and rename _DISCARD->_SKIPvan Hauser
2021-01-18introspection, favor extint over long doublevan Hauser
2021-01-15merge cmplogvan Hauser
2021-01-15remove warningvan Hauser
2021-01-06selective coverage fixvan Hauser
2021-01-05cpp fixvan Hauser
2021-01-05Haiku afl-system-config disable debugger, afl-cc.c avoid -lrthexcoder
2021-01-05selective instrumentation documentedvan Hauser
2021-01-04code formatvan Hauser