about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-11-30Merge pull request #122 from bmwiedemann/datevan Hauser
Allow to override build date with SOURCE_DATE_EPOCH
2019-11-28Allow to override build date with SOURCE_DATE_EPOCHBernhard M. Wiedemann
in order to make builds reproducible. See https://reproducible-builds.org/ for why this is good and https://reproducible-builds.org/specs/source-date-epoch/ for the definition of this variable. Note: This date call is designed to work with different flavors of date (GNU, BSD and others).
2019-11-27env var to disable qemu cachingAndrea Fioraldi
2019-11-27qemu readme reserved va trickAndrea Fioraldi
2019-11-24Merge pull request #116 from geeksonsecurity/unicorn-build-errorAndrea Fioraldi
Fix unicorn build error on macOS
2019-11-24Fix build error on macOSWizche
2019-11-22Merge pull request #114 from devnexen/cmp_plugin_create_constants_oncevan Hauser
compiler plugins, just create const constants once.
2019-11-22compiler plugins, just create const constants once.David Carlier
2019-11-20Merge pull request #113 from devnexen/empty_plot_values_when_exec_stopvan Hauser
the plot data does not generate proper gnuplot data
2019-11-20the plot data does not generate proper gnuplot dataDavid Carlier
when killed or for a defined amount of time.
2019-11-17update documentationvan Hauser
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