about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
2019-11-05test unicorn && AFL_DISABLE_TRIM env varAndrea Fioraldi
2019-10-29libtokencap update proposalDavid Carlier
- bcmp interception. - FreeBSD using default argument to get current pid for the mapping data gathering, getpid seems to cause some issues under certain conditions (getenv call).
2019-10-28updated changelog, afl-analyze AFL_SKIP_BIN_CHECK supportvan Hauser
2019-10-26Merge pull request #89 from devnexen/dfbsd_portinghexcoder
Porting cpu affinity to DragonFly.
2019-10-26Porting cpu affinity to DragonFly.David Carlier
Thanks their API is very similar in this area.
2019-10-26Merge pull request #88 from domenukk/unicorn_nowarnAndrea Fioraldi
No Longer Warns for Absolute Binaries for Unicorn
2019-10-26make initial inputs names consistent with others using time:0Andrea Fioraldi
2019-10-26no longer warns on python as path for unicornDominik Maier
2019-10-25remove redundand setenv of SHM_ENV_VARAndrea Fioraldi
2019-10-22help output adjustmentvan Hauser
2019-10-21-V/-E not precisevan Hauser
2019-10-19Remove lcamtuf's old email from Google (not valid anymore), also remove ↵hexcoder-
maintainance from him.
2019-10-19Merge pull request #82 from devnexen/darwin_gotcpu_portagehexcoder
afl-gotcpu: porting to Darwin using mach API. Thanks! Looks good!
2019-10-19add gcc_plugin to code formatter and run ithexcoder-
2019-10-19afl-gotcpu: porting to Darwin using mach API.David Carlier
2019-10-18sync afl-fast-gcc with afl-clang-fast, add tests for gcc_pluginhexcoder-
2019-10-18revert patchvan Hauser
2019-10-12fine tuning cpu percentage limit to be detected as bound cpu on FreeBSDhexcoder-
2019-10-11FreeBSD making more tolerant the cpu binding at init timeDavid Carlier
2019-10-11NetBSD binding to cpu, ignore sleeping processes.David Carlier
2019-10-08Merge branch 'master' of github.com:vanhauser-thc/AFLplusplusAndrea Fioraldi
2019-10-08persistent qemu should now works as expectedAndrea Fioraldi
2019-10-08added afl-fuzz -I cmdline optionvan Hauser
2019-10-07tighter format to avoid overwriting right borderhexcoder-
2019-10-05bind_to_free_cpu NetBSD's turnDavid Carlier
2019-10-04general maintancevan Hauser
2019-10-04Binding to the first free cpu, porting to FreeBSDDavid Carlier
2019-10-02imported fix from google aflvan Hauser
2019-10-01Improved error messaging when unable to communicate with the fork serverMatt C
2019-09-29Merge pull request #67 from aoh/mastervan Hauser
use the original data as input to custom fuzzer modules
2019-09-29NetBSD various support improvementsDavid Carlier
2019-09-28included #68 cpu binding for FreeBSD, thanks to devnexenhexcoder-
2019-09-25use the original data as input to custom fuzzer modulesAki Helin
2019-09-22afl-fuzz mutation documentation featurevan Hauser
2019-09-21oops, typo correctedhexcoder-
2019-09-21fix macos commit to make it portable again. Would not compile on OpenBSD.hexcoder-
2019-09-20custom mutator fuzzing yields UIvan Hauser
2019-09-18Checking CPU scaling on MacOSDavid Carlier
Checking optimal cpu performance or ignore if the AFL_SKIP_CPUFREQ env is set.
2019-09-18code formatAndrea Fioraldi
2019-09-18Merge pull request #60 from vanhauser-thc/wine_modeAndrea Fioraldi
Wine mode
2019-09-18qemu persistent GPRAndrea Fioraldi
2019-09-17wine mode first commitAndrea Fioraldi
2019-09-16added afl_custom_mutator_onlyvan Hauser
2019-09-13Merge branch 'master' into persistent_qemuhexcoder
2019-09-12Second part of refactoring afl-fuzz-one.c. Now more back to sane functions.hexcoder-
2019-09-12first version of persistent QEMUAndrea Fioraldi
2019-09-10no more unlinkvan Hauser
2019-09-08refactoring for unification of pilot_fuzzing() and core_fuzzing()hexcoder-
fast method with macro template, review required
2019-09-07prefer preincrement over postincrementhexcoder-
2019-09-05fix BSD patchvan Hauser