Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-07-05 | more partial linking | vanhauser-thc | |
2021-06-28 | Inline cmplog (#996) | van Hauser | |
* inline cmplog check * better switch support * add cmplog-switches-pass.cc | |||
2021-06-03 | partial linking with -Wl | Andrea Fioraldi | |
2021-06-03 | detect partial linking in afl-cc | Andrea Fioraldi | |
2021-06-01 | threadsafe doc fixes, code format | vanhauser-thc | |
2021-05-31 | Merge branch 'dev' into going_atomic | hexcoder | |
2021-05-30 | add documentation for AFL_LLVM_THREADSAFE_INST | hexcoder- | |
2021-05-28 | add --afl-noopt to afl-cc | vanhauser-thc | |
2021-05-23 | fix afl-cc help output | vanhauser-thc | |
2021-05-11 | fix a few cur_time uses | vanhauser-thc | |
2021-05-11 | OSX-specific improvements (#912) | Dustin Spicuzza | |
* Fix afl-cc to work correctly by default on OSX using xcode - CLANG_ENV_VAR must be set for afl-as to work - Use clang mode by default if no specific compiler selected * Add OSX-specific documentation for configuring shared memory | |||
2021-04-30 | error handling, freeing mem | Dominik Maier | |
2021-04-08 | removed -lc++ linking for lto | vanhauser-thc | |
2021-04-04 | cleanup | vanhauser-thc | |
2021-04-04 | Merge pull request #855 from MegaManSec/leak-sanitizer | van Hauser | |
Add support for standalone leak-sanitizer | |||
2021-04-04 | Move definition of __AFL_LEAK_CHECK inside ifguards, | Joshua Rogers | |
use LSAN_OPTIONS=print_suppressions=0 | |||
2021-04-03 | Fix typos, | Joshua Rogers | |
Use symbolize=0 for LSAN, Remove syntactic sugar. | |||
2021-04-02 | Replace __AFL_CHECK_LEAK with __AFL_LEAK_CHECK to be more proper. | Joshua Rogers | |
Fix spelling mistakes. Correctly call LSAN_ERROR not MSAN_ERROR. | |||
2021-04-02 | Add support for standalone leak-sanitizer, introducting the environment | Joshua Rogers | |
variable AFL_USE_LSAN. AFL_USE_LSAN introduces the macro __AFL_CHECK_LEAK() which will check for a memory leak when the macro is run. This is especially helpful when using __AFL_LOOP(). If __AFL_LEAK_CHECK() is not used when AFL_USE_LSAN=1 is set, the leak checker will run when the program exits. | |||
2021-04-02 | fix k-ctx | vanhauser-thc | |
2021-03-26 | Merge pull request #845 from joeyjiaojg/dev | van Hauser | |
Dev | |||
2021-03-25 | integrate frida_mode, code-format | vanhauser-thc | |
2021-03-25 | remove InsTrim | vanhauser-thc | |
2021-03-25 | android: support host and target 32bit build | Jiangen Jiao | |
2021-03-22 | show afl-cc NATIVE when auto used | vanhauser-thc | |
2021-03-21 | format | vanhauser-thc | |
2021-03-19 | fix dynamic list usage error in afl-cc | Andrea Fioraldi | |
2021-03-17 | shared linking fix | vanhauser-thc | |
2021-03-17 | fix m32/m64 | vanhauser-thc | |
2021-03-17 | shmem map size in config.h | vanhauser-thc | |
2021-03-17 | fix | vanhauser-thc | |
2021-03-17 | lto test | vanhauser-thc | |
2021-03-16 | no runtime for shared linking | vanhauser-thc | |
2021-03-10 | fixed scan-build warnings | Dominik Maier | |
2021-03-10 | tiny typo fixed | Dominik Maier | |
2021-03-09 | fix ctx-1 | vanhauser-thc | |
2021-03-09 | fix compiler rt on -c | vanhauser-thc | |
2021-03-09 | add AFL_NOOPT | vanhauser-thc | |
2021-03-08 | Merge pull request #779 from AFLplusplus/top-k-ctx | Andrea Fioraldi | |
Restore correct CTX behaviour and enable K-CTX coverage for LLVM Classic | |||
2021-03-05 | fix typos and format | Andrea Fioraldi | |
2021-03-04 | afl-cc code for k-ctx | Andrea Fioraldi | |
2021-03-04 | vectorial top-k CTX first implementation | Andrea Fioraldi | |
2021-03-04 | fix caller/ctx change, support dlopen in afl-compiler-rt | vanhauser-thc | |
2021-03-04 | code format | Andrea Fioraldi | |
2021-03-04 | llvm mode CALLER mode | Andrea Fioraldi | |
2021-02-22 | fix error msg | vanhauser-thc | |
2021-02-22 | auto mode for CTX + NGRAM | vanhauser-thc | |
2021-02-22 | ensure a valid seed exists | vanhauser-thc | |
2021-02-21 | fix | vanhauser-thc | |
2021-02-21 | how to compare afl++ | vanhauser-thc | |