about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-11-05reduce time for unicorn compcov testAndrea Fioraldi
2019-11-05test unicorn && AFL_DISABLE_TRIM env varAndrea Fioraldi
2019-11-04Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2019-11-04restored big-endian compcov in unicornAndrea Fioraldi
2019-11-04travisvan Hauser
2019-11-03Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2019-10-31Merge pull request #98 from devnexen/sub_readme_renamingvan Hauser
libtokencap/libdislocator README rename proposals
2019-10-31libtokencap/libdislocator README rename proposalsDavid Carlier
and fixing the install tasks in the process.
2019-10-31Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2019-10-31better wine trace with winepath on .cur_inputAndrea Fioraldi
2019-10-31travis updatevan Hauser
2019-10-31travis updatevan Hauser
2019-10-31travis updatevan Hauser
2019-10-31Merge pull request #97 from devnexen/llvm_mode_build_silent_warnvan Hauser
Fix some silent warnings and put some var to some usage...
2019-10-31travis updatevan Hauser
2019-10-31travis updatevan Hauser
2019-10-31travis updatevan Hauser
2019-10-31Fix some silent warnings and put some var to some usage...David Carlier
2019-10-31travis debugvan Hauser
2019-10-31travis updatesvan Hauser
2019-10-31travis updatevan Hauser
2019-10-31travis updatesvan Hauser
2019-10-31travis updatesvan Hauser
2019-10-31update travisvan Hauser
2019-10-31travis: added make testsvan Hauser
2019-10-31Merge pull request #96 from devnexen/llvm_mode_other_oses_llvm_cfgvan Hauser
LLVM mode passing the full path of the LLVM config bindir.
2019-10-31Little tweaksDavid Carlier
2019-10-31travisvan Hauser
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-29Merge pull request #95 from devnexen/gcc_plugin_tokencaphexcoder
copying LLVM mode no builtins.
2019-10-29copying LLVM mode no builtins.David Carlier
2019-10-29Merge pull request #94 from devnexen/libtokencap_updvan Hauser
libtokencap update proposal
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-29Merge pull request #93 from devnexen/few_warnings_fix_proposal_libtokencapvan Hauser
libtokencap, respect constness also considering pointer arithmetic
2019-10-29libtokencap, respect constness also considering pointer arithmeticDavid Carlier
is non C standard, some compilers might not have GNU extensions.
2019-10-29removed warningvan Hauser
2019-10-29Merge pull request #92 from devnexen/alloc_aligned_c11_libdislocatorvan Hauser
adding aligned_alloc + little changes proposal for posix_memalign
2019-10-29adding aligned_alloc + little changes proposal for posix_memalignDavid Carlier
2019-10-28fixed warning and returnvan Hauser
2019-10-28second forgotten place, we need to filter out float vector typeshexcoder-
2019-10-28silence some compiler warningshexcoder-
2019-10-28silence some compiler warningshexcoder-
2019-10-28Merge pull request #90 from devnexen/libtokencap_netbsd_fixhexcoder
Fix proposal for libtokencap
2019-10-28Merge pull request #91 from devnexen/posix_memalign_propAndrea Fioraldi
memalign/posix_memalign proposal for libdislocator
2019-10-28memalign/posix_memalign proposal for libdislocatorDavid Carlier
2019-10-28Fix proposal for libtokencapDavid Carlier
Avoiding fopen API seems buggy on NetBSD.
2019-10-28updated changelog, afl-analyze AFL_SKIP_BIN_CHECK supportvan Hauser
2019-10-27fix issue #86, we exclude floating point vectors from splittinghexcoder-
2019-10-27updated todosvan Hauser
2019-10-27added a TODO item for posix_memalign wrapperhexcoder-