Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-05 | Merge pull request #101 from devnexen/libtoken_catch_pid_before_all | van Hauser | |
catching current pid before library usage in case implementations rel… | |||
2019-11-05 | catching current pid before library usage in case implementations rely on ↵ | David Carlier | |
those string calls | |||
2019-11-05 | dockerfile additions | van Hauser | |
2019-11-05 | Merge pull request #100 from devnexen/docker | van Hauser | |
Basic docker build proposal. | |||
2019-11-04 | Using LLVM/GCC 9 tooling | David Carlier | |
2019-11-04 | Basic docker build proposal. | David Carlier | |
2019-11-04 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2019-11-04 | restored big-endian compcov in unicorn | Andrea Fioraldi | |
2019-11-04 | travis | van Hauser | |
2019-11-03 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2019-10-31 | Merge pull request #98 from devnexen/sub_readme_renaming | van Hauser | |
libtokencap/libdislocator README rename proposals | |||
2019-10-31 | libtokencap/libdislocator README rename proposals | David Carlier | |
and fixing the install tasks in the process. | |||
2019-10-31 | Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus | Andrea Fioraldi | |
2019-10-31 | better wine trace with winepath on .cur_input | Andrea Fioraldi | |
2019-10-31 | travis update | van Hauser | |
2019-10-31 | travis update | van Hauser | |
2019-10-31 | travis update | van Hauser | |
2019-10-31 | Merge pull request #97 from devnexen/llvm_mode_build_silent_warn | van Hauser | |
Fix some silent warnings and put some var to some usage... | |||
2019-10-31 | travis update | van Hauser | |
2019-10-31 | travis update | van Hauser | |
2019-10-31 | travis update | van Hauser | |
2019-10-31 | Fix some silent warnings and put some var to some usage... | David Carlier | |
2019-10-31 | travis debug | van Hauser | |
2019-10-31 | travis updates | van Hauser | |
2019-10-31 | travis update | van Hauser | |
2019-10-31 | travis updates | van Hauser | |
2019-10-31 | travis updates | van Hauser | |
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. |