Bitflip Mutation
ConceptA predefined fuzzing mutation operator that inverts (flips) individual bits of an input. It is one of the core mutation primitives of AFL and is reused (as an 'AFL-like' mutation) by processor-instruction fuzzers such as TheHuzz, where it operates on the binary encoding of test instructions to explore both data-path and opcode variations.
WIKI
Overview
Bitflip mutation is a predefined mutation technique used in fuzzing in which individual bits of an input are inverted to produce new test inputs. It is listed alongside other predefined AFL operations (such as clone, swap, arithmetic, and havoc) as one of the core input-modification primitives employed by mutation-based fuzzers. In AFL, the bitflip mutation "flips a variety number of bits" of the input.
Role in AFL
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →