Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-01 | fix unicorn clean | van Hauser | |
2020-08-31 | replace non portable echo -n with printf | hexcoder- | |
2020-08-31 | removed dummy | Dominik Maier | |
2020-08-31 | hopefully finally fix ancient apple gmake | van Hauser | |
2020-08-31 | fixed make install on mac os | Dominik Maier | |
2020-08-31 | fix make man | van Hauser | |
2020-08-31 | fix for MacOS sudo | van Hauser | |
2020-08-31 | Merge pull request #530 from rhertzog/add-cppflags | van Hauser | |
Pass CPPFLAGS to all calls of the C compiler | |||
2020-08-31 | Merge pull request #529 from rhertzog/manpages | van Hauser | |
Manual pages related changes | |||
2020-08-29 | fix make DEBUG=1 (error seen with gcc 10.2.0) | hexcoder- | |
2020-08-28 | Pass CPPFLAGS to all calls of the C compiler | Raphaël Hertzog | |
This variable is a standard way to inject options for the C preprocessor. It's respected by the implicit rules of make and autoconf/automake. Debian sets this variable during package build to inject `-D_FORTIFY_SOURCE=2` and we would like afl++ to respect it. Note that this commit also adds $(CFLAGS) in the build of afl-performance.o where it was missing. It might have been on purpose but we want to keep CFLAGS everywhere as well since Debian injects various options through that variable (for hardening and reproducibility). | |||
2020-08-28 | Improve the generated manual page to be compatible with whatis | Raphaël Hertzog | |
And generate the manual page for afl-g++ too. | |||
2020-08-28 | Fix installation path of manual pages | Raphaël Hertzog | |
Manual pages are stored in /usr/share/man/. | |||
2020-08-24 | added afl_custom_fuzz_count | van Hauser | |
2020-08-16 | install libafldrivers | van Hauser | |
2020-08-14 | Revert "Merge branch 'debug' into dev" | root | |
This reverts commit a7537b5511ad767d2240cf2dc6d3e261daa676f9, reversing changes made to 15e799f7ae666418e75c6a79db833c5316b21f97. | |||
2020-08-14 | Merge branch 'debug' into dev | van Hauser | |
2020-08-13 | LTO: apply laf-intel+redqueen/cmplog at link time | van Hauser | |
2020-08-11 | Merge branch 'debug' into taint | van Hauser | |
2020-08-10 | fixed minor inconsistencies, reenabled warnings | Dominik Maier | |
2020-08-10 | please no -Werror in the dev branch | van Hauser | |
2020-08-09 | step 1 | van Hauser | |
2020-08-08 | initial integration | van Hauser | |
2020-08-07 | enabled Wextra, fixed bugs | Dominik Maier | |
2020-08-05 | travis fixes | van Hauser | |
2020-08-04 | split up testcases | Dominik Maier | |
2020-07-30 | warnings reenabled | Dominik Maier | |
2020-07-28 | import lost PR when switching to stable, updated todo | van Hauser | |
2020-07-27 | update readme, renice -20 | van Hauser | |
2020-07-24 | add -F option to sync to foreign fuzzer queues | van Hauser | |
2020-07-13 | Haiku build fix. librt is necessary for Linux primarly and SunOS | David Carlier | |
2020-06-29 | fix autodict | van Hauser | |
2020-06-27 | fix make static | van Hauser | |
2020-06-25 | remove debug | van Hauser | |
2020-06-25 | shmem release fix | van Hauser | |
2020-06-25 | fix makefile | van Hauser | |
2020-06-25 | remove radamsa, add radamsa custom mutator | van Hauser | |
2020-06-25 | GNUmakefile: warn about '.' being first path in PATH environment variable. ↵ | hexcoder- | |
This causes recursion in 'as'. (seen in Haiku) | |||
2020-06-23 | fix make files | van Hauser | |
2020-06-22 | Added rand, hash unittests | Dominik Maier | |
2020-06-21 | fix unicorn mode for CFLAGS | van Hauser | |
2020-06-21 | remove -Werror and add include for libdislocator | van Hauser | |
2020-06-14 | Porting to Haiku. | David Carlier | |
getrusage does not implement resident memory gathering, no shm api neither. | |||
2020-06-12 | switch to faster and better hash + random | van Hauser | |
2020-06-10 | start of illumos cpu binding implementation. | David Carlier | |
The current user needs the proc_owner permission, not something doable via the settings script. | |||
2020-05-30 | OpenBSD build update and llvm mode fix | David Carlier | |
Unlike upstream version, LLVM in OpenBSD enable by default anti ROP gadget leading to bigger binaries and lower performances. On OpenBSD, it needs to link to c++ abi for th unwind symbols. | |||
2020-05-29 | Merge pull request #383 from dgmelski/fix-read-timed | Dominik Maier | |
Fix read_timed when accumulating short reads | |||
2020-05-28 | OpenBSD6.7, 32bit fix add linker option -z notext | hexcoder- | |
2020-05-28 | GNUmakefile: make binary-only: make qemu build optional, so unicornafl can ↵ | hexcoder- | |
be build | |||
2020-05-26 | better performance compilation options for afl++ and targets | van Hauser | |