about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-09-28Oops, forgot to set AFL_GCC on other systems beside Mac OS Xhexcoder-
2019-09-28On Mac OS X afl-fuzz wants the crash reporter to be disabled.hexcoder-
Add the corresponding commands to the script. The test, if they need to be run, is not tested yet (just copied).
2019-09-28portability: MacOS X has clang, so we need to use afl-clang insteadhexcoder-
of afl-gcc. Replaced afl-gcc with variable AFL_GCC, which is set accordingly.
2019-09-28ignore error code on 'make llvm_mode', it might not be installedhexcoder-
2019-09-28typo correctedhexcoder-
2019-09-28Merge pull request #65 from XairGit/masterhexcoder
Update .gitignore
2019-09-27OpenBSD has no timeout command, so replace it with afl-fuzz's -V optionhexcoder-
2019-09-26replace forgotten KILLs for timeouthexcoder-
2019-09-26more portability fixes for test script (now also runs on NetBSD)hexcoder-
2019-09-26Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplushexcoder-
2019-09-26portability fixes: avoid bash, avoid echo -e under NetBSDhexcoder-
2019-09-26build linux-specific libtokencap only when compiling in Linuxhexcoder-
2019-09-25persistent qemu test (commented)Andrea Fioraldi
2019-09-25unicorn mode testAndrea Fioraldi
2019-09-25typoAndrea Fioraldi
2019-09-25Update .gitignoreKaidan
These appear to be compilation artifacts, and can probably be safely ignored.
2019-09-25Merge pull request #64 from XairGit/masterhexcoder
Fix CCS'16 link in README.md
2019-09-25Fix CCS'16 link in README.mdKaidan
2019-09-25fix issue#63 compilation problem with a workaroundhexcoder-
for llvm 6.0 and Ubuntu 18.04
2019-09-25fix two more bad links in READMEhexcoder-
2019-09-25add forgotten READMEhexcoder-
2019-09-25fix links in docs, change dictionaries/README to markdownhexcoder-
2019-09-25small docs updates typos, grammar, clarificationshexcoder-
2019-09-24doc updatevan Hauser
2019-09-23bugfix for optimizationhexcoder-
2019-09-23Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplushexcoder-
2019-09-23avoid floatSemantics, not available in LLVM 3.8.0hexcoder-
2019-09-23doc updatevan Hauser
2019-09-23doc updatevan Hauser
2019-09-22readme binary onlyAndrea Fioraldi
2019-09-22binary readmeAndrea Fioraldi
2019-09-22wine mode && fix llvm makefileAndrea Fioraldi
2019-09-22Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2019-09-22persistent qemu retaddr offsetAndrea Fioraldi
2019-09-22move .o to src/van Hauser
2019-09-22afl-fuzz mutation documentation featurevan Hauser
2019-09-22final testsvan Hauser
2019-09-22fixvan Hauser
2019-09-22more testsvan Hauser
2019-09-22Merge branch 'master' of https://github.com/vanhauser-thc/AFLplusplushexcoder-
2019-09-22first realisation of splitting floating point compareshexcoder-
activated with AFL_LLVM_LAF_SPLIT_COMPARES=1 needs testing on big endian machines A compare is split into sign integer comparison exponent integer comparison mantissa/fraction integer comparison These integer comparisons are further splitted if they are bigger than a byte.
2019-09-21more test casesvan Hauser
2019-09-21make testsvan Hauser
2019-09-21oops, typo correctedhexcoder-
2019-09-21fix macos commit to make it portable again. Would not compile on OpenBSD.hexcoder-
2019-09-20install libtokencap and libdislocator if presentvan Hauser
2019-09-20custom mutator fuzzing yields UIvan Hauser
2019-09-20LLVM_CONFIG llvm_mode fixvan Hauser
2019-09-20Makefile fixvan Hauser
2019-09-20fix persistent demovan Hauser