Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-15 | afl-cc -v without errors | vanhauser-thc | |
2021-12-11 | afl-cc: fix incorrect CLANGPP_BIN | Rick van Schijndel | |
This caused CMake to complain that the C compiler was set to C++ mode, causing the CMake configuration step to fail for all targets. aflplusplus was built with make source-only -j8 LLVM_BINDIR= AFL_REAL_LD= | |||
2021-12-08 | fix AFL_REAL_LD for afl-cc | vanhauser-thc | |
2021-12-01 | unify LLVM_VERSION_... usage | vanhauser-thc | |
2021-11-26 | remove new llvm pass manager :( | vanhauser-thc | |
2021-11-24 | transform cmplog-instructions pass to new pass manager | hexcoder- | |
2021-11-23 | fix switch to new pass manager | hexcoder- | |
2021-11-23 | further fixes for new pass manager | vanhauser-thc | |
2021-11-22 | Merge branch 'dev_newpm' into dev | hexcoder- | |
2021-11-06 | http->https | vanhauser-thc | |
2021-11-05 | unify output format | yuawn | |
2021-11-04 | add AFL_USE_TSAN | vanhauser-thc | |
2021-10-31 | help gcc | vanhauser-thc | |
2021-10-31 | gcc instrumentation opt | vanhauser-thc | |
2021-10-24 | fix gcc warning | vanhauser-thc | |
2021-10-16 | make new pass manager interface compiler version dependent (>=7) | hexcoder- | |
2021-10-12 | converted split-switches-pass to new pass manager | hexcoder- | |
2021-10-12 | converted compare-transform-pass to new pass manager | hexcoder- | |
2021-10-12 | converted afl-llvm-pass to new pass manager | hexcoder- | |
2021-10-12 | adapt compiler driver to laod new pass manager passes | hexcoder- | |
2021-08-19 | fix shared linking on macos | vanhauser-thc | |
2021-08-18 | more partial linking | vanhauser-thc | |
2021-07-23 | remove redundant if statement | yuawn | |
2021-07-14 | fix for -fsanitize=fuzzer on MacOS | vanhauser-thc | |
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 | |