Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-08 | Change afl to AFL in *.md (#1057) | llzmb | |
Changes in *.md files: - afl++ > AFL++ (acronym) - afl > AFL (compare https://github.com/google/AFL) Excluded from changes: - source code - function names - paths (folder and file names) - URLs | |||
2021-07-26 | fix gramatron | vanhauser-thc | |
2021-07-25 | update grammar mutator | vanhauser-thc | |
2021-07-23 | update grammar mutator | vanhauser-thc | |
2021-07-21 | optimin nits | vanhauser-thc | |
2021-07-21 | fixed rust example | Dominik Maier | |
2021-07-21 | fix rust mutator bindingsbuild | Dominik Maier | |
2021-07-20 | fix rust bindings | vanhauser-thc | |
2021-07-20 | add gramatron | vanhauser-thc | |
2021-07-09 | port custom mutator changes | vanhauser-thc | |
2021-07-09 | reenable splicing | vanhauser-thc | |
2021-07-09 | more fixes | vanhauser-thc | |
2021-07-09 | fixes | vanhauser-thc | |
2021-07-08 | fix compile | vanhauser-thc | |
2021-07-08 | add grammatron custom mutator | vanhauser-thc | |
2021-07-01 | update honggfuzz custom mutator | vanhauser-thc | |
2021-06-09 | avoid code duplication, symlink header file | hexcoder- | |
2021-06-01 | fix docs | vanhauser-thc | |
2021-05-22 | update docs | vanhauser-thc | |
2021-04-28 | update grammar mutator | vanhauser-thc | |
2021-04-26 | moved custom_mutator examples | Dominik Maier | |
2021-04-09 | update grammar-mutator, show better fuzzing strategy yields | vanhauser-thc | |
2021-03-30 | Fixes: 6d2ac3e3140 ("fix grammar download script") | R. Elliott Childre | |
The git submodle entry point is "grammar_mutator" not "grammar-mutator" The build script fails without this | |||
2021-03-25 | android: support host and target 32bit build | Jiangen Jiao | |
2021-03-05 | Ergonomic Improvements for Rust Custom Mutators (#772) | julihoh | |
* allow returning of str instead of CStr in rust custom mutator * use OsStr instead of CStr for file paths * fix cfg and compiler errors * custom mutator default descriptions * fix usage of afl_internal feature flag * fix example mutator cfg * fix lain mutator * Revert "fix lain mutator" This reverts commit adf700180888d86e8331939cea62d0b39fc699a7. * actually fix lain mutator * resolve question around utf-8 null bytes * change from OsStr to Path to be even more ergonomic * add rust custom mutator ci * fix github action * again * separate compilation check | |||
2021-02-27 | some rust cleanup | Dominik Maier | |
2021-02-27 | custom mutator rust support (#752) | julihoh | |
* custom mutator rust support * clarify how to view documentation for rust mutators * remove `FuzzResult` hack and clarify lifetimes of CustomMutator::fuzz * rename TErr associated tyep to Error to be more idiomatic * fix warnings * add example for fallible custom mutator * make Fallible Custom Mutator the default and implement it's handle_err method by default * rename CustomMutator::handle_err to handle_error * add example mutator using lain | |||
2021-02-25 | cmplog finetuning | vanhauser-thc | |
2021-02-19 | libhfcommon not anymore a symlink | Andrea Fioraldi | |
2021-02-19 | Revert "Remove self-referential symlink" | Andrea Fioraldi | |
This reverts commit aaf5fcd98a7c713ab8b6ae554babbf74bd92374b. | |||
2021-02-19 | fix hongg mutator API change | Andrea Fioraldi | |
2021-02-19 | Merge pull request #753 from frewsxcv/frewsxcv-libhf | Andrea Fioraldi | |
Remove self-referential symlink | |||
2021-02-19 | Remove self-referential symlink | Corey Farwell | |
2021-02-18 | update honggfuzz custom mutator | vanhauser-thc | |
2021-01-20 | android: Add libprotobuf aflpp custom_mutator example | Joey Jiao | |
2021-01-20 | android: build custom mutators for symcc, radamsa | Joey Jiao | |
2021-01-20 | android: port libfuzzer-mutator | Joey Jiao | |
2021-01-04 | code cleanups (from cppcheck mostly) | hexcoder- | |
2021-01-04 | Revert "code cleanups (from cppcheck)" | hexcoder- | |
This reverts commit 33a7d6f1688856c050b0ac71ac1df4018e4d531c. | |||
2021-01-04 | code cleanups (from cppcheck) | hexcoder- | |
2020-12-08 | fix grammar download script | van Hauser | |
2020-12-08 | fixes for grammar scripts | van Hauser | |
2020-12-08 | streamlined grammar mutator submodule | Dominik Maier | |
2020-12-08 | Fix Grammar Mutator Submodule (#623) | R. Elliott Childre | |
Fixes: 651ad18e2179 ("added the grammar mutator as a git submodule ...") * Project pointer never pushed * Reduces dirctory complexity * Building and dependencies for the subproject should be isolated to the subproject's documentation * Fix broken link to README * Use `--init` for `git submodule` | |||
2020-11-17 | micro optimization: allocate only when needed | hexcoder- | |
2020-11-17 | Merge pull request #601 from Rumata888/fixing_symcc | van Hauser | |
Fixing symcc custom mutator | |||
2020-11-17 | Fixed fd leak on early exit and closed pipes before early exits and PFATAL | Rumata888 | |
2020-11-13 | Fixed memleaks, change exit to PFATAL | Rumata888 | |
2020-11-12 | another two mem leaks | hexcoder- | |
2020-11-12 | fix two mem leaks detected by cppcheck | hexcoder- | |