Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-30 | Merge pull request #122 from bmwiedemann/date | van Hauser | |
Allow to override build date with SOURCE_DATE_EPOCH | |||
2019-11-28 | Allow to override build date with SOURCE_DATE_EPOCH | Bernhard 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-27 | env var to disable qemu caching | Andrea Fioraldi | |
2019-11-27 | qemu readme reserved va trick | Andrea Fioraldi | |
2019-11-24 | Merge pull request #116 from geeksonsecurity/unicorn-build-error | Andrea Fioraldi | |
Fix unicorn build error on macOS | |||
2019-11-24 | Fix build error on macOS | Wizche | |
2019-11-22 | Merge pull request #114 from devnexen/cmp_plugin_create_constants_once | van Hauser | |
compiler plugins, just create const constants once. | |||
2019-11-22 | compiler plugins, just create const constants once. | David Carlier | |
2019-11-20 | Merge pull request #113 from devnexen/empty_plot_values_when_exec_stop | van Hauser | |
the plot data does not generate proper gnuplot data | |||
2019-11-20 | the plot data does not generate proper gnuplot data | David Carlier | |
when killed or for a defined amount of time. | |||
2019-11-17 | update documentation | van Hauser | |
2019-11-17 | Merge pull request #109 from hac425xxx/qbdi_mode | Andrea Fioraldi | |
Qbdi mode | |||
2019-11-17 | . | Andrea Fioraldi | |
2019-11-17 | adjust qbdi mode | Andrea Fioraldi | |
2019-11-17 | fix wrong commit | van Hauser | |
2019-11-17 | not all CPUs understand ondemand | van Hauser | |
2019-11-17 | not all CPUs understand ondemand | van Hauser | |
2019-11-15 | not all CPUs know ondemand | van Hauser | |
2019-11-15 | typos | hexcoder | |
2019-11-14 | format code for demo-so.c and template.cpp | hac425 | |
2019-11-14 | add image | hac425 | |
2019-11-14 | modify build.sh and add document | hac425 | |
2019-11-14 | add notes about code style in contributing | Andrea Fioraldi | |
2019-11-14 | Merge pull request #110 from k0ss/patch-1 | van Hauser | |
Fix docker build | |||
2019-11-13 | old gcc produces not so good code ... | van Hauser | |
2019-11-13 | added instrumentation count test cases | van Hauser | |
2019-11-13 | Added workdir | Kyle 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-13 | Shaved 600mB off resulting Docker image | Kyle 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-13 | Fix docker build | Kyle 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-12 | radamsa bsd fix | van Hauser | |
2019-11-12 | fix linking error with tls storage, WIP for inline (not working yet) | hexcoder- | |
2019-11-12 | enabled neverZero feature again | hexcoder- | |
2019-11-12 | better do not rely on config info from gcc | hexcoder- | |
2019-11-12 | install afl-fuzz-document if present | van Hauser | |
2019-11-12 | finding libradamsa fix | van Hauser | |
2019-11-12 | finding libradamsa fix | van Hauser | |
2019-11-12 | upgraded radamsa to newest version | van Hauser | |
2019-11-12 | Merge pull request #107 from devnexen/gcc_plugin_pass_real_cmp_naming | van Hauser | |
gcc plugin little update proposal. | |||
2019-11-12 | Merge pull request #108 from devnexen/radamsa_mutator_upd | van Hauser | |
libradamsa forgotten possible undefined symbol. | |||
2019-11-12 | A bit of user awareness | David Carlier | |
2019-11-12 | libradamsa forgotten possible undefined symbol. | David Carlier | |
Note: do not know if it should be upstreamed first or not though... | |||
2019-11-12 | gcc 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-11 | Android PR integration | van Hauser | |
2019-11-11 | changelog | Andrea Fioraldi | |
2019-11-11 | link radasma doc | van Hauser | |
2019-11-11 | Merge pull request #106 from vanhauser-thc/radamsa | Andrea Fioraldi | |
Radamsa | |||
2019-11-11 | radamsa in readme | Andrea Fioraldi | |
2019-11-11 | add test case | van Hauser | |
2019-11-11 | Makefile - add radamsa to targets | van Hauser | |
2019-11-11 | Merge branch 'master' into radamsa | Andrea Fioraldi | |