DynamoRIO/drmemory

Add in-place fuzzing mutation

Open

#1,801 创建于 2015年10月26日

在 GitHub 查看
 (0 评论) (0 反应) (1 负责人)C (289 fork)auto 404
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.

贡献者指南