Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-12 | typo | Andrea Fioraldi | |
2019-09-12 | qemu mode readme update | Andrea Fioraldi | |
2019-09-12 | qemu mode readme update | Andrea Fioraldi | |
2019-09-12 | qemu mode readme update | Andrea Fioraldi | |
2019-09-12 | ret addr patching | Andrea Fioraldi | |
2019-09-12 | remove debug print | Andrea Fioraldi | |
2019-09-12 | first version of persistent QEMU | Andrea Fioraldi | |
2019-09-10 | no more unlink | van Hauser | |
2019-09-08 | refactoring for unification of pilot_fuzzing() and core_fuzzing() | hexcoder- | |
fast method with macro template, review required | |||
2019-09-07 | prefer preincrement over postincrement | hexcoder- | |
2019-09-05 | fix BSD patch | van Hauser | |
2019-09-05 | Merge pull request #55 from t6/patch-freebsd | van Hauser | |
Unbreak build on FreeBSD | |||
2019-09-05 | Add missing DESTDIR | Tobias Kortkamp | |
Man pages are not properly staged. Signed-off-by: Tobias Kortkamp <t@tobik.me> | |||
2019-09-05 | Use date -I instead of date --iso-8601 | Tobias Kortkamp | |
FreeBSD's date(1) does not support the long argument form. Signed-off-by: Tobias Kortkamp <t@tobik.me> | |||
2019-09-05 | Unbreak build of afl-forkserver.c on *BSD | Tobias Kortkamp | |
Signed-off-by: Tobias Kortkamp <t@tobik.me> | |||
2019-09-05 | 2.54d init | van Hauser | |
2019-09-05 | 2.54c release 2.54c | van Hauser | |
2019-09-05 | small adjustments for custom mutator | van Hauser | |
2019-09-05 | small adjustments for custom mutator | van Hauser | |
2019-09-05 | Merge pull request #54 from code-intelligence-gmbh/custom_mutator_docs | van Hauser | |
Custom mutator docs | |||
2019-09-04 | Added docstring to the custom mutator hooks | Khaled Yakdan | |
2019-09-04 | Merge branch 'master-upstream' into custom_mutator_docs | Khaled Yakdan | |
# Conflicts: # afl-fuzz.c | |||
2019-09-04 | Added documentation and a simple example for the custom mutator functionality | Khaled Yakdan | |
2019-09-04 | add to docs | van Hauser | |
2019-09-04 | README update | van Hauser | |
2019-09-04 | added man pages | van Hauser | |
2019-09-04 | fixed maxrss stat | van Hauser | |
2019-09-04 | fix typo in custom format | Andrea Fioraldi | |
2019-09-04 | fix typo in custom format | Andrea Fioraldi | |
2019-09-04 | credits and license header for src/* and include/* | Andrea Fioraldi | |
2019-09-03 | remove macro indentation from code-format | Andrea Fioraldi | |
2019-09-03 | updated TODO | van Hauser | |
2019-09-03 | updated TODO | van Hauser | |
2019-09-03 | error to warn change | van Hauser | |
2019-09-03 | update todo | Andrea Fioraldi | |
2019-09-03 | contributing file | Andrea Fioraldi | |
2019-09-03 | Merge pull request #53 from vanhauser-thc/code-cleanup | Andrea Fioraldi | |
Code cleanup | |||
2019-09-03 | better 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-02 | minor fixes | Andrea Fioraldi | |
2019-09-02 | run code formatter | Andrea Fioraldi | |
2019-09-02 | merge from master | Andrea Fioraldi | |
2019-09-02 | afl-fuzz.c completely splitted | Andrea Fioraldi | |
2019-09-02 | afl-fuzz-src/* -> src/afl-fuzz* rename | van Hauser | |
2019-09-02 | added peak_rss_mb and slowest_exec_ms in fuzzer_stats report | van Hauser | |
2019-09-02 | previous merge lost the symlink, restoring | van Hauser | |
2019-09-02 | added force-ui env | van Hauser | |
2019-09-02 | split afl-fuzz: extras | Andrea Fioraldi | |
2019-09-01 | afl-fuzz-src bitmap and queue C files | Andrea Fioraldi | |
2019-09-01 | change text color in FATAL, ABORT and PFATAL macros for the actual | hexcoder- | |
message to avoid white text on white background (as is standard in plain X11 xterm). Now the text will be printed in default text color (which should be always readable) | |||
2019-08-31 | modernize llvm_mode readmes | Andrea Fioraldi | |