about summary refs log tree commit diff
AgeCommit message (Collapse)Author
2019-09-13update readme and todoAndrea Fioraldi
2019-09-12Second part of refactoring afl-fuzz-one.c. Now more back to sane functions.hexcoder-
2019-09-12typoAndrea Fioraldi
2019-09-12qemu mode readme updateAndrea Fioraldi
2019-09-12qemu mode readme updateAndrea Fioraldi
2019-09-12qemu mode readme updateAndrea Fioraldi
2019-09-12ret addr patchingAndrea Fioraldi
2019-09-12remove debug printAndrea Fioraldi
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-05Merge pull request #55 from t6/patch-freebsdvan Hauser
Unbreak build on FreeBSD
2019-09-05Add missing DESTDIRTobias Kortkamp
Man pages are not properly staged. Signed-off-by: Tobias Kortkamp <t@tobik.me>
2019-09-05Use date -I instead of date --iso-8601Tobias Kortkamp
FreeBSD's date(1) does not support the long argument form. Signed-off-by: Tobias Kortkamp <t@tobik.me>
2019-09-05Unbreak build of afl-forkserver.c on *BSDTobias Kortkamp
Signed-off-by: Tobias Kortkamp <t@tobik.me>
2019-09-052.54d initvan Hauser
2019-09-052.54c release 2.54cvan Hauser
2019-09-05small adjustments for custom mutatorvan Hauser
2019-09-05small adjustments for custom mutatorvan Hauser
2019-09-05Merge pull request #54 from code-intelligence-gmbh/custom_mutator_docsvan Hauser
Custom mutator docs
2019-09-04Added docstring to the custom mutator hooksKhaled Yakdan
2019-09-04Merge branch 'master-upstream' into custom_mutator_docsKhaled Yakdan
# Conflicts: # afl-fuzz.c
2019-09-04Added documentation and a simple example for the custom mutator functionalityKhaled Yakdan
2019-09-04add to docsvan Hauser
2019-09-04README updatevan Hauser
2019-09-04added man pagesvan Hauser
2019-09-04fixed maxrss statvan Hauser
2019-09-04fix typo in custom formatAndrea Fioraldi
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-03updated TODOvan Hauser
2019-09-03updated TODOvan Hauser
2019-09-03error to warn changevan Hauser
2019-09-03update todoAndrea Fioraldi
2019-09-03contributing fileAndrea Fioraldi
2019-09-03Merge pull request #53 from vanhauser-thc/code-cleanupAndrea Fioraldi
Code cleanup
2019-09-03better support for OpenBSD thanks to CaBeckmann (issue #9).hexcoder-
On OpenBSD there is a restricted system LLVM, but a full LLVM package can be installed (typically in /usr/local/bin). Added a check if the full package is installed. If so, use it, otherwise bail out early with a hint to install it.
2019-09-02minor fixesAndrea Fioraldi
2019-09-02run code formatterAndrea Fioraldi
2019-09-02merge from masterAndrea 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-02previous merge lost the symlink, restoringvan 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