sequence.SequenceRandomFixup
This fixup allows a field to emit a random value without adding additional test cases. This is useful for sequence numbers common in network protocols. You can read more about fixups here.
<Block name="HelloWorld">
<Number name="CRC" size="32" signed="false" endian="little">
<Fixup class="sequence.SequenceRandomFixup">
<Param name="ref" value="Data"/>
</Fixup>
</Number>
<Blob name="Data"/>
</Block>
Attributes:
class -- Must be sequence.SequenceRandomFixup
Valid Child-Elements:
Peach Fuzzing Platform