DynamoRIO/drmemory

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

Open

#1.802 geöffnet am 26. Okt. 2015

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C (289 Forks)auto 404
Component-DrFuzzType-FeatureUsabilityhelp wanted

Repository-Metriken

Stars
 (2.727 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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