about summary refs log tree commit diff
path: root/src/afl-cc.c
AgeCommit message (Expand)Author
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
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
2021-01-04code cleanups (shadowed vars, (un)signed type mismatches, format types, etc.)hexcoder-
2020-12-29now fix afl-clang compiles on 32-Bit properlyhexcoder-
2020-12-29Revert "fix afl-clang on 32-Bit systems"hexcoder-
2020-12-29fix afl-clang on 32-Bit systemshexcoder-
2020-12-28fix instrumentation type displayvan Hauser
2020-12-25fix LTOvan Hauser
2020-12-22afl-clang-fast fixvan Hauser
2020-12-22better gcc and clang support for afl-ccvan Hauser
2020-12-21another 32 bit fixvan Hauser
2020-12-20document AFL_LLVM_INSTRUMENT option NATIVEvan Hauser
2020-12-20fix endless loop in afl-cc allow/blocklists starting a line with a commentvan Hauser
2020-12-15v3.00cvan Hauser
2020-12-11code formatvan Hauser
2020-12-11fix MMAPvan Hauser
2020-12-10fix afl-cc library searchvan Hauser
2020-12-07fixes and code formatvan Hauser
2020-12-07little fixesvan Hauser
2020-12-05fix find_object proc search (#elsif -> #elif), optimize static if awayhexcoder-
2020-12-05Typoshexcoder-
2020-12-03fix for afl-ccvan Hauser
2020-12-02move debug printvan Hauser
2020-12-02very complete runtime lookup rewritevan Hauser
2020-11-30more DEBUGFvan Hauser
2020-11-30add DEBUGFvan Hauser
2020-11-01reenable afl-clang(++)hexcoder-
2020-11-24test-pre.sh: remove old uses of afl-clang, afl-cc.c: add missing env.var. AFL...hexcoder-
2020-11-18Solaris/Illumos build fix. (#609)David CARLIER
2020-11-18fixed alloc errors, code formatDominik Maier
2020-11-17fix: avoid preprocessor logic in macro arguments (not portable)hexcoder-
2020-11-16support AFL_LLVM_INSTRUMENT env for our own PCGUARDvan Hauser
2020-11-08fix wrong llvm version comparisonvan Hauser
2020-11-08fix for llvm 10.0.0van Hauser
2020-11-05require llvm 10.0.1+ for enhanced pcguard, correct 1MB checksvan Hauser
2020-10-31add our own inline trace-pc-guardvan Hauser