about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-11-17Merge pull request #109 from hac425xxx/qbdi_modeAndrea Fioraldi
Qbdi mode
2019-11-17.Andrea Fioraldi
2019-11-17adjust qbdi modeAndrea Fioraldi
2019-11-17fix wrong commitvan Hauser
2019-11-17not all CPUs understand ondemandvan Hauser
2019-11-17not all CPUs understand ondemandvan Hauser
2019-11-15not all CPUs know ondemandvan Hauser
2019-11-15typoshexcoder
2019-11-14format code for demo-so.c and template.cpphac425
2019-11-14add imagehac425
2019-11-14modify build.sh and add documenthac425
2019-11-14add notes about code style in contributingAndrea Fioraldi
2019-11-14Merge pull request #110 from k0ss/patch-1van Hauser
Fix docker build
2019-11-13old gcc produces not so good code ...van Hauser
2019-11-13added instrumentation count test casesvan Hauser
2019-11-13Added workdirKyle Ossinger
Last addition I swear. Now you can just run, for example: `docker run --rm -v $PWD:/work -it aflplusplus:latest ./build_script_in_working_dir.sh'. Had forgotten this but figured this would make things easier for folks.
2019-11-13Shaved 600mB off resulting Docker imageKyle Ossinger
By removing the build files after the build is complete, we save 600mB of unnecessary bulk. The total image size will now be 1gB.
2019-11-13Fix docker buildKyle Ossinger
The docker build has never worked for me. I fixed all the build errors, mostly due to missing dependencies. I also fixed silent errors that would allow for the build to finish but wouldn't contain features such as python mutators or QEMU's unsigaction module.
2019-11-12radamsa bsd fixvan Hauser
2019-11-12fix linking error with tls storage, WIP for inline (not working yet)hexcoder-
2019-11-12enabled neverZero feature againhexcoder-
2019-11-12better do not rely on config info from gcchexcoder-
2019-11-12install afl-fuzz-document if presentvan Hauser
2019-11-12finding libradamsa fixvan Hauser
2019-11-12finding libradamsa fixvan Hauser
2019-11-12upgraded radamsa to newest versionvan Hauser
2019-11-12Merge pull request #107 from devnexen/gcc_plugin_pass_real_cmp_namingvan Hauser
gcc plugin little update proposal.
2019-11-12Merge pull request #108 from devnexen/radamsa_mutator_updvan Hauser
libradamsa forgotten possible undefined symbol.
2019-11-12A bit of user awarenessDavid Carlier
2019-11-12libradamsa forgotten possible undefined symbol.David Carlier
Note: do not know if it should be upstreamed first or not though...
2019-11-12gcc plugin little update proposal.David Carlier
like its llvm counterpart, passing the compiler chain used to avoid using necessarily AFL_CC/AFL_CXX.
2019-11-11Android PR integrationvan Hauser
2019-11-11changelogAndrea Fioraldi
2019-11-11link radasma docvan Hauser
2019-11-11Merge pull request #106 from vanhauser-thc/radamsaAndrea Fioraldi
Radamsa
2019-11-11radamsa in readmeAndrea Fioraldi
2019-11-11add test casevan Hauser
2019-11-11Makefile - add radamsa to targetsvan Hauser
2019-11-11Merge branch 'master' into radamsaAndrea Fioraldi
2019-11-11libradamsa dlopenAndrea Fioraldi
2019-11-09/sbin in pathvan Hauser
2019-11-09add support for android x86, x86-64 in qbdi modehac425
2019-11-09not all sysctl are in /sbin, e.g. with busyboxvan Hauser
2019-11-09add basic supprt for qbdi_mode, test x86_64 Linuxhac425
2019-11-09Merge pull request #105 from devnexen/gcc_plugin_updhexcoder
gcc plugin llittle update proposal to match better LLVM's
2019-11-09gcc plugin llittle update proposal to match better LLVM'sDavid Carlier
2019-11-08Merge pull request #104 from devnexen/test_linux_chghexcoder
test, /sbin not necessarily in the path os casual users.
2019-11-08additional test, if afl-as is called by afl-gcc/afl-clang (seen in OpenIndiana)hexcoder-
2019-11-08test, /sbin not necessarily in the path os casual users.David Carlier
2019-11-08raise limit for free core detection on FreeBSD and dragonFlyBSDhexcoder-