Bitflip Mutation
TechniqueBitflip mutation is a fuzzing mutation that flips bits in test vectors. In AFL, it is one of the notable mutation classes used to discover new behaviors through coverage feedback; in a RISC-V processor-verification setting, bitflips were used to cover possible instruction arguments and uncover unknown instructions.
WIKI
Overview
Bitflip mutation is a mutation technique used in fuzzing in which bits in an input or test vector are flipped. In the AFL context described by Bruns et al., bitflip mutations are listed among AFL's notable mutation classes, alongside arithmetic mutations and havoc mutation. AFL uses mutations to discover new behaviors, with new behavior detection realized through edge coverage. [C1]
Role in AFL-style fuzzing
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →