aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2019-10-19add gcc_plugin to code formatter and run ithexcoder-
2019-10-18typo in nameshexcoder-
2019-10-18reintegrate gcc_pluginhexcoder-
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-
2019-09-05Add missing DESTDIRTobias Kortkamp
2019-09-05Use date -I instead of date --iso-8601Tobias Kortkamp
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 will...floyd
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
2019-07-21moved gcc_plugin to a branch, it is nowhere near "ok"van Hauser
2019-07-16added gcc_pluginvan Hauser
2019-07-15fixing commit fuckupvan Hauser
2019-07-14Merge branch 'master' into shared_memory_mmap_refactorvan Hauser
2019-07-13initial commitvan Hauser
2019-07-13fix MakefileHexcoder
2019-07-13portability fix: getcwd(NULL, 0) is a non-POSIX glibc extension. Refactorhexcoder-
2019-07-12qemu was not make clean'edvan Hauser
2019-07-05fix redundant messages (appearing again)heiko
2019-07-05increased portability, replace sed with tr (*BSD)heiko
2019-07-03add -lrt with afl-gcc/clang automatically in mmap modevan Hauser
2019-07-02add librt under NetBSDHeiko Eissfeldt