about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-09-04Added documentation and a simple example for the custom mutator functionalityKhaled Yakdan
2019-08-01fixvan Hauser
2019-08-01Merge pull request #36 from vanhauser-thc/map_1mbvan Hauser
map size fixes
2019-08-01map size fixesvan Hauser
2019-08-01adding blamevan Hauser
2019-08-01Merge pull request #35 from code-intelligence-gmbh/custom_mutatorvan Hauser
Custom mutator
2019-08-01Merge remote-tracking branch 'github/master' into custom_mutatorKhaled Yakdan
# Conflicts: # Makefile # afl-fuzz.c
2019-08-01little fixvan Hauser
2019-08-01add -r option to showmap to enable raw outputAndrea Fioraldi
2019-08-01showmap shows tuple content summary nowvan Hauser
2019-08-01showmap fixvan Hauser
2019-07-31document python2 requirements for unicorn_modehexcoder-
2019-07-31name typoshexcoder-
2019-07-27Only execute the mutated input when it is not emptyKhaled Yakdan
2019-07-26Merge pull request #33 from t6/patch-freebsdvan Hauser
Unbreak build on FreeBSD
2019-07-26Unbreak build on FreeBSDTobias Kortkamp
afl-fuzz.c:4341:62: error: use of undeclared identifier 'cpu_aff' cYEL "american fuzzy lop", use_banner, power_name, cpu_aff); ^ afl-fuzz.c:11537:7: error: use of undeclared identifier 'cpu_aff' if (cpu_aff > 0) ^ afl-fuzz.c:11538:73: error: use of undeclared identifier 'cpu_aff' snprintf(tmp, sizeof(tmp), "%s%d%s", "/sys/devices/system/cpu/cpu", cpu_aff, "/cpuf... ^ afl-fuzz.c:11543:9: error: use of undeclared identifier 'cpu_aff' if (cpu_aff > 0) ^ afl-fuzz.c:11544:86: error: use of undeclared identifier 'cpu_aff' snprintf(tmp, sizeof(tmp), "%s%d%s", "/sys/devices/system/cpu/cpufreq/policy", cpu_aff... ^ 5 errors generated.
2019-07-262.53d initvan Hauser
2019-07-26v2.53c 2.53cvan Hauser
2019-07-26fix readme.md makefile changevan Hauser
2019-07-26incorporated most of the 2.53b changesvan Hauser
2019-07-26incorporated most of the 2.53b changesvan Hauser
2019-07-25cleanupvan Hauser
2019-07-25afl_trace_pc fixvan Hauser
2019-07-25squash typosvan Hauser
2019-07-25filenames should not have spacesvan Hauser
2019-07-25unicorn build workaroundvan Hauser
2019-07-25documentation updatevan Hauser
2019-07-25Merge pull request #27 from domenukk/afl-unicornvan Hauser
Add AFL Unicorn
2019-07-25Added AFL-Unicorn modeDominik Maier
2019-07-24remove the unreadable AFLFast schedules tabel in markdown from READMEAndrea Fioraldi
2019-07-24qemu mode TODO updateAndrea Fioraldi
2019-07-24fix root checkvan Hauser
2019-07-23updated changelog and readmevan Hauser
2019-07-21doc updatevan Hauser
2019-07-21removed gcc_plugin from mastervan Hauser
2019-07-21moved gcc_plugin to a branch, it is nowhere near "ok"van Hauser
2019-07-20Merge pull request #26 from vanhauser-thc/qemu-compcovAndrea Fioraldi
Qemu CompCov
2019-07-20better rely on compiler for size informationhexcxoder-
2019-07-20fix conflictAndrea Fioraldi
2019-07-20more speed to libcompcov using real libc functionsAndrea Fioraldi
2019-07-20warn on calling the target binary without an explicit pathvan Hauser
2019-07-20added test and debugvan Hauser
2019-07-20fix #24 checking for validity of the requested block addressAndrea Fioraldi
2019-07-20CompCov TODOAndrea Fioraldi
2019-07-20updated docs and crash issues with gcc_pluginvan Hauser
2019-07-19this closes #23Andrea Fioraldi
2019-07-19libcompcov for QEMUAndrea Fioraldi
2019-07-19ops typoAndrea Fioraldi
2019-07-19show selected core and code cleanupvan Hauser
2019-07-19several documentation fixesHeiko Eißfeldt