about summary refs log tree commit diff
path: root/src
AgeCommit message (Collapse)Author
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
2019-09-01afl-fuzz-src bitmap and queue C filesAndrea Fioraldi
2019-08-30remave the afl-fuzz folder to afl-fuzz-src due to gitignoreAndrea Fioraldi
2019-08-30split afl-fuzz #1 (globls and python are now separate)Andrea Fioraldi
2019-08-30fix issue with static variables needed by forkserver in afl-fuzzAndrea Fioraldi
2019-08-30update with changes from masterAndrea Fioraldi
2019-08-30format like AFL styleAndrea Fioraldi
2019-08-27afl-as is now aliveAndrea Fioraldi
2019-08-27include and src foldersAndrea Fioraldi