Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2019-11-11 | libradamsa dlopen | Andrea Fioraldi | |
2019-11-09 | /sbin in path | van Hauser | |
2019-11-09 | add support for android x86, x86-64 in qbdi mode | hac425 | |
2019-11-09 | not all sysctl are in /sbin, e.g. with busybox | van Hauser | |
2019-11-09 | add basic supprt for qbdi_mode, test x86_64 Linux | hac425 | |
2019-11-09 | Merge pull request #105 from devnexen/gcc_plugin_upd | hexcoder | |
gcc plugin llittle update proposal to match better LLVM's | |||
2019-11-09 | gcc plugin llittle update proposal to match better LLVM's | David Carlier | |
2019-11-08 | Merge pull request #104 from devnexen/test_linux_chg | hexcoder | |
test, /sbin not necessarily in the path os casual users. | |||
2019-11-08 | additional test, if afl-as is called by afl-gcc/afl-clang (seen in OpenIndiana) | hexcoder- | |
2019-11-08 | test, /sbin not necessarily in the path os casual users. | David Carlier | |
2019-11-08 | raise limit for free core detection on FreeBSD and dragonFlyBSD | hexcoder- | |