Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-10-31 | update travis | van Hauser | |
2019-10-31 | travis: added make tests | van Hauser | |
2019-10-31 | Merge pull request #96 from devnexen/llvm_mode_other_oses_llvm_cfg | van Hauser | |
LLVM mode passing the full path of the LLVM config bindir. | |||
2019-10-31 | Little tweaks | David Carlier | |
2019-10-31 | travis | van Hauser | |
2019-10-30 | LLVM 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-29 | Merge pull request #95 from devnexen/gcc_plugin_tokencap | hexcoder | |
copying LLVM mode no builtins. | |||
2019-10-29 | copying LLVM mode no builtins. | David Carlier | |
2019-10-29 | Merge pull request #94 from devnexen/libtokencap_upd | van Hauser | |
libtokencap update proposal | |||
2019-10-29 | libtokencap update proposal | David 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-29 | Merge pull request #93 from devnexen/few_warnings_fix_proposal_libtokencap | van Hauser | |
libtokencap, respect constness also considering pointer arithmetic | |||
2019-10-29 | libtokencap, respect constness also considering pointer arithmetic | David Carlier | |
is non C standard, some compilers might not have GNU extensions. | |||
2019-10-29 | removed warning | van Hauser | |
2019-10-29 | Merge pull request #92 from devnexen/alloc_aligned_c11_libdislocator | van Hauser | |
adding aligned_alloc + little changes proposal for posix_memalign | |||
2019-10-29 | adding aligned_alloc + little changes proposal for posix_memalign | David Carlier | |
2019-10-28 | fixed warning and return | van Hauser | |
2019-10-28 | second forgotten place, we need to filter out float vector types | hexcoder- | |
2019-10-28 | silence some compiler warnings | hexcoder- | |
2019-10-28 | silence some compiler warnings | hexcoder- | |
2019-10-28 | Merge pull request #90 from devnexen/libtokencap_netbsd_fix | hexcoder | |
Fix proposal for libtokencap | |||
2019-10-28 | Merge pull request #91 from devnexen/posix_memalign_prop | Andrea Fioraldi | |
memalign/posix_memalign proposal for libdislocator | |||
2019-10-28 | memalign/posix_memalign proposal for libdislocator | David Carlier | |
2019-10-28 | Fix proposal for libtokencap | David Carlier | |
Avoiding fopen API seems buggy on NetBSD. | |||
2019-10-28 | updated changelog, afl-analyze AFL_SKIP_BIN_CHECK support | van Hauser | |
2019-10-27 | fix issue #86, we exclude floating point vectors from splitting | hexcoder- | |
2019-10-27 | updated todos | van Hauser | |
2019-10-27 | added a TODO item for posix_memalign wrapper | hexcoder- | |
2019-10-27 | Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus | hexcoder- | |
2019-10-27 | docs update | van Hauser | |
2019-10-27 | WIP for NetBSD port, iteration has an unknown problem causing a seg fault | hexcoder- | |
2019-10-26 | Merge pull request #87 from devnexen/gcc_llvm_plugins_little_cjg | van Hauser | |
Little compiler plugins rework regarding block location picked up. | |||
2019-10-26 | Merge pull request #89 from devnexen/dfbsd_porting | hexcoder | |
Porting cpu affinity to DragonFly. | |||
2019-10-26 | Porting cpu affinity to DragonFly. | David Carlier | |
Thanks their API is very similar in this area. | |||
2019-10-26 | Merge pull request #88 from domenukk/unicorn_nowarn | Andrea Fioraldi | |
No Longer Warns for Absolute Binaries for Unicorn | |||
2019-10-26 | make initial inputs names consistent with others using time:0 | Andrea Fioraldi | |
2019-10-26 | AFL_LLVM_LAF_SPLIT_FLOATS | Andrea Fioraldi | |
2019-10-26 | no longer warns on python as path for unicorn | Dominik Maier | |
2019-10-26 | typo | Andrea Fioraldi | |
2019-10-26 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2019-10-26 | Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplus | hexcoder- | |
2019-10-26 | libtokencap ported to OpenBSD | hexcoder- | |
2019-10-25 | float compcov readme | Andrea Fioraldi | |
2019-10-25 | floating point compcov | Andrea Fioraldi | |
2019-10-25 | Little compiler plugins rework regarding block location picked up. | David Carlier | |
2019-10-25 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2019-10-25 | remove redundand setenv of SHM_ENV_VAR | Andrea Fioraldi | |
2019-10-25 | Update sister_projects.txt | hexcoder | |
status updates for python mutators and whitelist selective instrumentation feature. | |||
2019-10-25 | Update README.md | hexcoder | |
remove Linux-only :-), list supported OSes | |||
2019-10-25 | cosmetics | hexcoder- | |
2019-10-24 | Merge pull request #84 from devnexen/libtokencap_darwin | hexcoder | |
Porting libtokencap to Darwin. |