Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-04 | Added documentation and a simple example for the custom mutator functionality | Khaled Yakdan | |
2019-08-01 | fix | van Hauser | |
2019-08-01 | Merge pull request #36 from vanhauser-thc/map_1mb | van Hauser | |
map size fixes | |||
2019-08-01 | map size fixes | van Hauser | |
2019-08-01 | adding blame | van Hauser | |
2019-08-01 | Merge pull request #35 from code-intelligence-gmbh/custom_mutator | van Hauser | |
Custom mutator | |||
2019-08-01 | Merge remote-tracking branch 'github/master' into custom_mutator | Khaled Yakdan | |
# Conflicts: # Makefile # afl-fuzz.c | |||
2019-08-01 | little fix | van Hauser | |
2019-08-01 | add -r option to showmap to enable raw output | Andrea Fioraldi | |
2019-08-01 | showmap shows tuple content summary now | van Hauser | |
2019-08-01 | showmap fix | van Hauser | |
2019-07-31 | document python2 requirements for unicorn_mode | hexcoder- | |
2019-07-31 | name typos | hexcoder- | |
2019-07-27 | Only execute the mutated input when it is not empty | Khaled Yakdan | |
2019-07-26 | Merge pull request #33 from t6/patch-freebsd | van Hauser | |
Unbreak build on FreeBSD | |||
2019-07-26 | Unbreak build on FreeBSD | Tobias 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-26 | 2.53d init | van Hauser | |
2019-07-26 | v2.53c 2.53c | van Hauser | |
2019-07-26 | fix readme.md makefile change | van Hauser | |
2019-07-26 | incorporated most of the 2.53b changes | van Hauser | |
2019-07-26 | incorporated most of the 2.53b changes | van Hauser | |
2019-07-25 | cleanup | van Hauser | |
2019-07-25 | afl_trace_pc fix | van Hauser | |
2019-07-25 | squash typos | van Hauser | |
2019-07-25 | filenames should not have spaces | van Hauser | |
2019-07-25 | unicorn build workaround | van Hauser | |
2019-07-25 | documentation update | van Hauser | |
2019-07-25 | Merge pull request #27 from domenukk/afl-unicorn | van Hauser | |
Add AFL Unicorn | |||
2019-07-25 | Added AFL-Unicorn mode | Dominik Maier | |
2019-07-24 | remove the unreadable AFLFast schedules tabel in markdown from README | Andrea Fioraldi | |
2019-07-24 | qemu mode TODO update | Andrea Fioraldi | |
2019-07-24 | fix root check | van Hauser | |
2019-07-23 | updated changelog and readme | van Hauser | |
2019-07-21 | doc update | van Hauser | |
2019-07-21 | removed gcc_plugin from master | van Hauser | |
2019-07-21 | moved gcc_plugin to a branch, it is nowhere near "ok" | van Hauser | |
2019-07-20 | Merge pull request #26 from vanhauser-thc/qemu-compcov | Andrea Fioraldi | |
Qemu CompCov | |||
2019-07-20 | better rely on compiler for size information | hexcxoder- | |
2019-07-20 | fix conflict | Andrea Fioraldi | |
2019-07-20 | more speed to libcompcov using real libc functions | Andrea Fioraldi | |
2019-07-20 | warn on calling the target binary without an explicit path | van Hauser | |
2019-07-20 | added test and debug | van Hauser | |
2019-07-20 | fix #24 checking for validity of the requested block address | Andrea Fioraldi | |
2019-07-20 | CompCov TODO | Andrea Fioraldi | |
2019-07-20 | updated docs and crash issues with gcc_plugin | van Hauser | |
2019-07-19 | this closes #23 | Andrea Fioraldi | |
2019-07-19 | libcompcov for QEMU | Andrea Fioraldi | |
2019-07-19 | ops typo | Andrea Fioraldi | |
2019-07-19 | show selected core and code cleanup | van Hauser | |
2019-07-19 | several documentation fixes | Heiko Eißfeldt | |