Component-DrFuzzType-Featurehelp wanted
仓库指标
- Star
- (2,727 star)
- PR 合并指标
- (PR 指标待抓取)
描述
For some cases, the fuzzing mutation input might large, and thus repeatedly copy is expensive. If we know the input buffer will not be changed, we should be able to perform in-place mutation to avoid un-necessary copy and have better performance.
For in-place mutation, we should be able to revert the previous mutation, and then apply the current mutation.