about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-10-16add forgotten floating point comparisons in laf-intel/llvm_modehexcoder-
2019-10-15test.sh check to see if qemu persistent mode is fastervan Hauser
2019-10-15v2.57dvan Hauser
2019-10-15v2.57c release 2.57cvan Hauser
2019-10-14more time for test casevan Hauser
2019-10-13reverse bytes compcov in unicornAndrea Fioraldi
2019-10-13moar docAndrea Fioraldi
2019-10-13test for persistent qemuAndrea Fioraldi
2019-10-12add afl-fuzz error capturing for qemu_mode and unicorn_modehexcoder-
2019-10-12fine tuning cpu percentage limit to be detected as bound cpu on FreeBSDhexcoder-
2019-10-12catch afl-fuzz's output and print it in case of errorshexcoder-
2019-10-11Merge pull request #80 from devnexen/fbsd_binding_fixhexcoder
FreeBSD making more tolerant the cpu binding at init time
2019-10-11FreeBSD making more tolerant the cpu binding at init timeDavid Carlier
2019-10-11fix output from echo on NetBSD, now enables users to set cpuhexcoder-
2019-10-11Merge pull request #78 from devnexen/netbsd_bind_cpu_fixhexcoder
Systen config typo for NetBSD
2019-10-11Merge pull request #79 from devnexen/netbsd_binding_to_free_cpuhexcoder
NetBSD binding to cpu, ignore sleeping processes.
2019-10-11NetBSD binding to cpu, ignore sleeping processes.David Carlier
2019-10-11Systen config typo for NetBSDDavid Carlier
2019-10-11if afl-clang has to be used, extend the hardening test as from llvm_modehexcoder-
2019-10-11fix FreeBSD compile error 'NBBY' is not definedhexcoder-
2019-10-10Update README.mdhexcoder
typos in names
2019-10-10Update README.mdhexcoder
2019-10-10Update README.mdhexcoder
Found Apple's statement on not supporting statically linked binaries and mentioned it.
2019-10-08Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2019-10-08persistent qemu should now works as expectedAndrea Fioraldi
2019-10-08added afl-fuzz -I cmdline optionvan Hauser
2019-10-08qemu maps debug printAndrea Fioraldi
2019-10-07tighter format to avoid overwriting right borderhexcoder-
2019-10-05Merge pull request #76 from devnexen/bind_to_cpu_nbsdvan Hauser
bind_to_free_cpu NetBSD's turn
2019-10-05suppress errors while trying to run llvm-config, it might not behexcoder-
installed.
2019-10-05On Mac OS X clean up dSYM directories created by the compilerhexcoder-
2019-10-05fix mantissa mask bug (for types double and long double)hexcoder-
2019-10-05bind_to_free_cpu NetBSD's turnDavid Carlier
2019-10-05replace op0_size and op1_size with op_size.hexcoder-
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