about summary refs log tree commit diff
path: root/Makefile
AgeCommit message (Collapse)Author
2019-11-26Python module build fix in exotic osesDavid Carlier
2019-11-12install afl-fuzz-document if presentvan Hauser
2019-11-11Makefile - add radamsa to targetsvan Hauser
2019-11-11Merge branch 'master' into radamsaAndrea Fioraldi
2019-11-11libradamsa dlopenAndrea Fioraldi
2019-11-08additional test, if afl-as is called by afl-gcc/afl-clang (seen in OpenIndiana)hexcoder-
2019-10-22gcc_plugin adaptions Makefile help, man page SYNOPSIShexcoder-
2019-10-22compile fixvan Hauser
2019-10-21sync llvm_mode/Makefile to gcc_plugin/Makefilehexcoder-
2019-10-21v2.58c 2.58cvan Hauser
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-10-19add gcc_plugin to code formatter and run ithexcoder-
2019-10-18typo in nameshexcoder-
2019-10-18reintegrate gcc_pluginhexcoder-
2019-10-10radamsa mutator as havoc cycle replacement with probability 1/24Andrea Fioraldi
2019-10-05On Mac OS X clean up dSYM directories created by the compilerhexcoder-
2019-10-01Static compilation supportMatt C
2019-09-29NetBSD various support improvementsDavid Carlier
2019-09-28included #68 cpu binding for FreeBSD, thanks to devnexenhexcoder-
2019-09-28add man target for man pages (along with an entry in help)hexcoder-
2019-09-28ignore error code on 'make llvm_mode', it might not be installedhexcoder-
2019-09-22wine mode && fix llvm makefileAndrea Fioraldi
2019-09-22move .o to src/van Hauser
2019-09-22afl-fuzz mutation documentation featurevan Hauser
2019-09-22more testsvan Hauser
2019-09-21make testsvan Hauser
2019-09-20install libtokencap and libdislocator if presentvan Hauser
2019-09-17make helpvan Hauser
2019-09-13make source-only and binary-onlyAndrea Fioraldi
2019-09-13distrib makefile optionAndrea Fioraldi
2019-09-12Second part of refactoring afl-fuzz-one.c. Now more back to sane functions.hexcoder-
2019-09-08refactoring for unification of pilot_fuzzing() and core_fuzzing()hexcoder-
fast method with macro template, review required
2019-09-05Add missing DESTDIRTobias Kortkamp
Man pages are not properly staged. Signed-off-by: Tobias Kortkamp <t@tobik.me>
2019-09-05Use date -I instead of date --iso-8601Tobias Kortkamp
FreeBSD's date(1) does not support the long argument form. Signed-off-by: Tobias Kortkamp <t@tobik.me>
2019-09-04added man pagesvan Hauser
2019-09-02run code formatterAndrea Fioraldi
2019-09-02afl-fuzz-src/* -> src/afl-fuzz* renamevan Hauser
2019-09-01afl-fuzz-src bitmap and queue C filesAndrea Fioraldi
2019-08-30remave the afl-fuzz folder to afl-fuzz-src due to gitignoreAndrea Fioraldi
2019-08-30split afl-fuzz #1 (globls and python are now separate)Andrea Fioraldi
2019-08-30code-format in MakefileAndrea Fioraldi
2019-08-27include and src foldersAndrea Fioraldi
2019-08-19seperated the forkserver from afl-fuzz and afl-tminvan Hauser
2019-08-09minor correctionsvan Hauser
2019-08-08documentation updatevan Hauser
2019-08-07bugfix 'echo -n' is not POSIX, use input redirection from /dev/nullhexcoder-
2019-08-07change instrumentation test to trigger different bitmap entries with clang 9.0hexcoder-
2019-08-06unset AFL_CC correctly, if set to afl-clang but TEST_CC is afl-gcc, this ↵floyd
will fail (eg. when later installing QEMU but AFL_CC was already set)
2019-08-06set AFL_CC correctly, if set to afl-clang but TEST_CC is afl-gcc, this will failfloyd
2019-07-26fix readme.md makefile changevan Hauser