DynamoRIO/drmemory

Allow setting drfuzz iteration count implicitly based on buffer size with exhaustive mutator

Open

#1,802 建立於 2015年10月26日

在 GitHub 查看
 (0 留言) (0 反應) (0 負責人)C (289 fork)auto 404
Component-DrFuzzType-FeatureUsabilityhelp wanted

倉庫指標

Star
 (2,727 star)
PR 合併指標
 (PR 指標待抓取)

描述

Currently, we allow user to specify the maximum number of repeated iterations for a fuzzing test. However for different input buffer, we may want to have different mutation iterations. One way is to tell maximum number of bits to flip instead of fixed number of iterations. For example, for max 1 bit to flip, a 16-byte input buffer will be repeated 16x8 times, while a 32-byte input buffer will be repeated 32x8 times. For both cases, each bit is flipped once.

貢獻者指南