about summary refs log tree commit diff
path: root/src/afl-cc.c
AgeCommit message (Expand)Author
2021-08-19fix shared linking on macosvanhauser-thc
2021-08-18more partial linkingvanhauser-thc
2021-07-23remove redundant if statementyuawn
2021-07-14fix for -fsanitize=fuzzer on MacOSvanhauser-thc
2021-07-05more partial linkingvanhauser-thc
2021-06-28Inline cmplog (#996)van Hauser
2021-06-03partial linking with -WlAndrea Fioraldi
2021-06-03detect partial linking in afl-ccAndrea Fioraldi
2021-06-01threadsafe doc fixes, code formatvanhauser-thc
2021-05-31Merge branch 'dev' into going_atomichexcoder
2021-05-30add documentation for AFL_LLVM_THREADSAFE_INSThexcoder-
2021-05-28add --afl-noopt to afl-ccvanhauser-thc
2021-05-23fix afl-cc help outputvanhauser-thc
2021-05-11fix a few cur_time usesvanhauser-thc
2021-05-11OSX-specific improvements (#912)Dustin Spicuzza
2021-04-30error handling, freeing memDominik Maier
2021-04-08removed -lc++ linking for ltovanhauser-thc
2021-04-04cleanupvanhauser-thc
2021-04-04Merge pull request #855 from MegaManSec/leak-sanitizervan Hauser
2021-04-04Move definition of __AFL_LEAK_CHECK inside ifguards,Joshua Rogers
2021-04-03Fix typos,Joshua Rogers
2021-04-02Replace __AFL_CHECK_LEAK with __AFL_LEAK_CHECK to be more proper.Joshua Rogers
2021-04-02 Add support for standalone leak-sanitizer, introducting the environmentJoshua Rogers
2021-04-02fix k-ctxvanhauser-thc
2021-03-26Merge pull request #845 from joeyjiaojg/devvan Hauser
2021-03-25integrate frida_mode, code-formatvanhauser-thc
2021-03-25remove InsTrimvanhauser-thc
2021-03-25android: support host and target 32bit buildJiangen Jiao
2021-03-22show afl-cc NATIVE when auto usedvanhauser-thc
2021-03-21formatvanhauser-thc
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
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