Commit Graph

8 Commits

Author SHA1 Message Date
5e166172c1 fix example mutator cfg 2021-03-01 15:41:27 +01:00
e2da35a525 fix usage of afl_internal feature flag 2021-03-01 15:10:11 +01:00
1486567b87 custom mutator default descriptions 2021-03-01 14:51:51 +01:00
5af23cdc7d fix cfg and compiler errors 2021-03-01 14:45:25 +01:00
98c23d501b use OsStr instead of CStr for file paths 2021-03-01 12:18:40 +01:00
5dd156100f allow returning of str instead of CStr in rust custom mutator 2021-03-01 12:07:09 +01:00
c219502f0f some rust cleanup 2021-02-27 15:52:36 +01:00
a5da9ce42c custom mutator rust support (#752)
* 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-27 15:05:13 +01:00