DynamoRIO/drmemory

Add in-place fuzzing mutation

Open

#1.801 geöffnet am 26. Okt. 2015

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (1 zugewiesene Person)C (289 Forks)auto 404
Component-DrFuzzType-Featurehelp wanted

Repository-Metriken

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

Beschreibung

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.

Contributor Guide