about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-10-22gcc_plugin adaptions Makefile help, man page SYNOPSIShexcoder-
2019-10-22help output adjustmentvan Hauser
2019-10-22compile fixvan Hauser
2019-10-21sync llvm_mode/Makefile to gcc_plugin/Makefilehexcoder-
2019-10-21sync afl-gcc-rt.o.c from its more current llvm cousinhexcoder-
2019-10-21implement neverZero counter for __afl_trace()hexcoder-
2019-10-21-V/-E not precisevan Hauser
2019-10-212.58dvan Hauser
2019-10-21v2.58c 2.58cvan Hauser
2019-10-20loading dynamical libraries on Darwin/MacOSX is done with DYLD_INSERT_LIBRARIEShexcoder-
2019-10-20In OpenBSD initial thread local storage is allocated with calloc(),hexcoder-
which leads to locked mutexes and a stall. So no thread support (and no tls) here.
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-10-19Merge pull request #82 from devnexen/darwin_gotcpu_portagehexcoder
afl-gotcpu: porting to Darwin using mach API. Thanks! Looks good!
2019-10-19add gcc_plugin to code formatter and run ithexcoder-
2019-10-19afl-gotcpu: porting to Darwin using mach API.David Carlier
2019-10-18typo in nameshexcoder-
2019-10-18new entries for gcc_pluginhexcoder-
2019-10-18sync afl-fast-gcc with afl-clang-fast, add tests for gcc_pluginhexcoder-
2019-10-18reintegrate gcc_pluginhexcoder-
2019-10-18added test/test-performance.shvan Hauser
2019-10-18revert patchvan Hauser
2019-10-17needed increased unicorn test timevan Hauser
2019-10-17return instead of exit in test-instrvan Hauser
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