about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-10-05bind_to_free_cpu NetBSD's turnDavid Carlier
2019-10-05Merge pull request #74 from vanhauser-thc/multiarch_compcovAndrea Fioraldi
Multiarch CompCov
2019-10-04general maintancevan Hauser
2019-10-04Merge pull request #75 from devnexen/fbsd_binding_to_cpu_xvan Hauser
Binding to the first free cpu, porting to FreeBSD
2019-10-04Binding to the first free cpu, porting to FreeBSDDavid Carlier
2019-10-03unicorn arm compcovAndrea Fioraldi
2019-10-02arm compcov draftAndrea Fioraldi
2019-10-02grrrr a random guy broke my QEMU nuild script :(Andrea Fioraldi
2019-10-02qemu compcov revert cmp order to match >/< comparisonsAndrea Fioraldi
2019-10-02Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2019-10-02fix missing __compcov_ro_cnt increment in libcompcovAndrea Fioraldi
2019-10-02imported fix from google aflvan Hauser
2019-10-02Merge pull request #73 from mattz0rt/static_compilationvan Hauser
Build statically-linked binaries
2019-10-01Formatting and documentation improvementsMatt C
2019-10-01Improved error messaging when unable to communicate with the fork serverMatt C
2019-10-01Static compilation supportMatt C
2019-09-30readme updatevan Hauser
2019-09-29Merge pull request #67 from aoh/mastervan Hauser
use the original data as input to custom fuzzer modules
2019-09-29Merge pull request #71 from devnexen/netbsd_support_updvan Hauser
NetBSD various support improvements
2019-09-29NetBSD various support improvementsDavid Carlier
2019-09-28copy-and-paste-typo fixedhexcoder-
2019-09-28On OpenBSD prefer /usr/local/bin for llvm and clanghexcoder-
2019-09-28included #68 cpu binding for FreeBSD, thanks to devnexenhexcoder-
2019-09-28FreeBSD: switch to clang by default, and set AFL_CC to fix testshexcoder-
2019-09-28add man target for man pages (along with an entry in help)hexcoder-
2019-09-28Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplushexcoder-
2019-09-28portability: FreeBSD does not know 'date -I', fix paths for man pagehexcoder-
generation
2019-09-28As usual I forgot the second usage test for afl-fuzzhexcoder-
2019-09-28check requirements before testing afl-fuzz (Linux and Mac OS X)hexcoder-
2019-09-28Oops, forgot to set AFL_GCC on other systems beside Mac OS Xhexcoder-
2019-09-28On Mac OS X afl-fuzz wants the crash reporter to be disabled.hexcoder-
Add the corresponding commands to the script. The test, if they need to be run, is not tested yet (just copied).
2019-09-28portability: MacOS X has clang, so we need to use afl-clang insteadhexcoder-
of afl-gcc. Replaced afl-gcc with variable AFL_GCC, which is set accordingly.
2019-09-28ignore error code on 'make llvm_mode', it might not be installedhexcoder-
2019-09-28typo correctedhexcoder-
2019-09-28Merge pull request #65 from XairGit/masterhexcoder
Update .gitignore
2019-09-27OpenBSD has no timeout command, so replace it with afl-fuzz's -V optionhexcoder-
2019-09-26replace forgotten KILLs for timeouthexcoder-
2019-09-26more portability fixes for test script (now also runs on NetBSD)hexcoder-
2019-09-26Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplushexcoder-
2019-09-26portability fixes: avoid bash, avoid echo -e under NetBSDhexcoder-
2019-09-26build linux-specific libtokencap only when compiling in Linuxhexcoder-
2019-09-25persistent qemu test (commented)Andrea Fioraldi
2019-09-25unicorn mode testAndrea Fioraldi
2019-09-25typoAndrea Fioraldi
2019-09-25use the original data as input to custom fuzzer modulesAki Helin
2019-09-25Update .gitignoreKaidan
These appear to be compilation artifacts, and can probably be safely ignored.
2019-09-25Merge pull request #64 from XairGit/masterhexcoder
Fix CCS'16 link in README.md
2019-09-25Fix CCS'16 link in README.mdKaidan
2019-09-25fix issue#63 compilation problem with a workaroundhexcoder-
for llvm 6.0 and Ubuntu 18.04
2019-09-25fix two more bad links in READMEhexcoder-