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.

貢獻者指南