DynamoRIO/drmemory

Add in-place fuzzing mutation

Open

#1801 aperta il 26 ott 2015

Vedi su GitHub
 (0 commenti) (0 reazioni) (1 assegnatario)C (289 fork)auto 404
Component-DrFuzzType-Featurehelp wanted

Metriche repository

Star
 (2727 star)
Metriche merge PR
 (Metriche PR in attesa)

Descrizione

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.

Guida contributor