about summary refs log tree commit diff
path: root/llvm_mode/afl-clang-fast.c
AgeCommit message (Collapse)Author
2019-11-11Android PR integrationvan Hauser
2019-10-31Little tweaksDavid Carlier
2019-10-30LLVM mode passing the full path of the LLVM config bindir.David Carlier
On FreeBSD the system compiler does not have llvm-config however system packages provides several version of the LLVM toolchain thus forcing to pass AFL_CC/AFL_CXX to make it work fully.
2019-10-29libtokencap update proposalDavid Carlier
- bcmp interception. - FreeBSD using default argument to get current pid for the mapping data gathering, getpid seems to cause some issues under certain conditions (getenv call).
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-10-18sync afl-fast-gcc with afl-clang-fast, add tests for gcc_pluginhexcoder-
2019-09-18qemu persistent GPRAndrea Fioraldi
2019-09-16man page for afl-clang-fastvan Hauser
2019-09-04fix typo in custom formatAndrea Fioraldi
2019-09-02minor fixesAndrea Fioraldi
2019-09-02run code formatterAndrea Fioraldi
2019-08-27-I include in makefilesAndrea Fioraldi
2019-08-27fix to compile llvm_modevan Hauser
2019-07-25afl_trace_pc fixvan Hauser
2019-07-15fixing commit fuckupvan Hauser
2019-07-14Merge branch 'master' into shared_memory_mmap_refactorvan Hauser
2019-07-13initial commitvan Hauser
2019-07-03add -lrt with afl-gcc/clang automatically in mmap modevan Hauser
2019-07-03LAF_... -> AFL_LLVM_LAF_...van Hauser
2019-06-03fix llvm compatibility problems. Should compile now with llvm 3.8.0Hexcoder
up to llvm 8.0
2019-06-03fixed afl++ version display in llvm_modevan Hauser
2019-06-02llvm 5.0 and 6.0 workaroundvan Hauser
2019-05-28afl++ 2.52c initial commitvan Hauser