about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2021-02-06add missing sancov cmp functionsvanhauser-thc
2021-02-06remove compiler warningsvanhauser-thc
2021-02-06fix qemu build script for Arch Linux ($CROSS)hexcoder-
2021-02-06fix test-qemu-mode.sh to run standalonehexcoder-
2021-02-06larger dummy mapvanhauser-thc
2021-02-05doc fixvanhauser-thc
2021-02-05fix docvanhauser-thc
2021-02-05more doc, so goodvanhauser-thc
2021-02-05nitsvanhauser-thc
2021-02-05update unicorn refvanhauser-thc
2021-02-05try if this helps on fuzzbenchvanhauser-thc
2021-02-04Merge pull request #730 from AFLplusplus/replayvan Hauser
update readme
2021-02-04update readmevanhauser-thc
2021-02-04dockerfile: fix qemu built, update llvm to 12vanhauser-thc
2021-02-04workaroung for llvm LTO bitcast bugvanhauser-thc
2021-02-04Merge pull request #726 from b1gr3db/devAndrea Fioraldi
Fix for off by one in libqasan's memmem
2021-02-03Create string.cb1gr3db
Off by one error resulted in memmem calling memcmp where h + needle_len is one past the end.
2021-02-03typohexcoder
2021-02-03Merge pull request #724 from devnexen/afl_untracervan Hauser
afl-untracer: Mac M1 build update proposal.
2021-02-03afl-untracer: Mac M1 build update proposal.David CARLIER
2021-02-02linux performance optionvan Hauser
2021-02-02automagically fix sanitize fuzzer+coveragevan Hauser
2021-02-01try to remove warnings during compilationvan Hauser
2021-02-01code format qasanvan Hauser
2021-02-01fix warnings and an llvm cmplog+lto panicvan Hauser
2021-02-01make some really weird targets compilevan Hauser
2021-02-01Merge pull request #721 from GanbaruTobi/patch-1van Hauser
Clarify usage of LD_LIBRARY_PATH in afl_frida
2021-02-01Clarify usage of LD_LIBRARY_PATH in afl_fridaTobias Mayer
This will help not *accidentally* trying to set the variable to the library's binary.
2021-02-01adjust expand havocvan Hauser
2021-02-01mv cmplog options to config.hvan Hauser
2021-02-01move cmplog compile options to config.hvan Hauser
2021-02-01fixesvan Hauser
2021-02-01reordervan Hauser
2021-02-01add case when cmplog map neds to be largervan Hauser
2021-02-01reorder checkvan Hauser
2021-02-01make dominik more happy - no auto map size for qemu+unicornvan Hauser
2021-02-01import cmplog optsvan Hauser
2021-02-01Merge pull request #718 from AFLplusplus/cmplog_lowfailvan Hauser
cmplog lower fail
2021-02-01correct afl-showmap be_quiet statevan Hauser
2021-02-01making AFL_MAP_SIZE obsoletevan Hauser
2021-01-31qemuaflAndrea Fioraldi
2021-01-31update qemu and main makefile for qasanAndrea Fioraldi
2021-01-31code-formatvan Hauser
2021-01-31Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into devaflpp
2021-01-31fix -Z, remove q->nextaflpp
2021-01-31added support for __afl_coverage_interestingvan Hauser
2021-01-31disable trimming for -Mvan Hauser
2021-01-30added AFL_CMPLOG_ONLY_NEW featurevan Hauser
2021-01-30foreign sync from ctime to mtime (libfuzzer)van Hauser
2021-01-30afl-frida faster for x86_x64van Hauser