about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
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-10dohAndrea Fioraldi
2019-10-10upload libradamsaAndrea Fioraldi
2019-10-10radamsa mutator as havoc cycle replacement with probability 1/24Andrea Fioraldi
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
2019-09-05Unbreak build of afl-forkserver.c on *BSDTobias Kortkamp
Signed-off-by: Tobias Kortkamp <t@tobik.me>
2019-09-04added man pagesvan Hauser
2019-09-04fixed maxrss statvan Hauser
2019-09-04fix typo in custom formatAndrea Fioraldi
2019-09-04credits and license header for src/* and include/*Andrea Fioraldi
2019-09-03remove macro indentation from code-formatAndrea Fioraldi
2019-09-02run code formatterAndrea Fioraldi
2019-09-02afl-fuzz.c completely splittedAndrea Fioraldi
2019-09-02afl-fuzz-src/* -> src/afl-fuzz* renamevan Hauser
2019-09-02added peak_rss_mb and slowest_exec_ms in fuzzer_stats reportvan Hauser
2019-09-02added force-ui envvan Hauser
2019-09-02split afl-fuzz: extrasAndrea Fioraldi