DynamoRIO / DynamoRIO/drmemory

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

Open
#1,802 0 comments 0 reactions 0 assignees View on GitHub
Component-DrFuzz help wanted Type-Feature Usability
Dominant language
C
Stars
2.7k
Forks
290
PR merge metrics
No merged PRs in 30d

Description

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.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.