about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-07-29compcov levels to enable the instrumentation of only immediatesAndrea Fioraldi
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
2019-07-19enable AFL_QUIET againHeiko Eißfeldt
2019-07-19add root checkHeiko Eißfeldt
2019-07-19fix typosAndrea Fioraldi
2019-07-19env variables updateAndrea Fioraldi
2019-07-19experimental x86 support for compcov in QEMUAndrea Fioraldi
2019-07-18code cleanup and documented secret cmdline optionvan Hauser
2019-07-18cpu scaling updated for newer kernelsvan Hauser
2019-07-17test case files with time informationvan Hauser
2019-07-16Merge pull request #17 from dkasak/patch-1van Hauser
Fix typo: add missing underscore
2019-07-16added readmevan Hauser
2019-07-16Fix typo: add missing underscoreDenis Kasak
2019-07-16updated .gitignorevan Hauser
2019-07-16env doc update for gcc_pluginvan Hauser