AssignEnergy Function
ConceptThe AssignEnergy function is the component of the power scheduler in a coverage-based greybox fuzzer (specifically MTCFuzz) that determines how much energy (i.e., how many mutations/executions) to assign to each seed in the corpus. It computes each seed's energy from aggregated metadata about how often the same code coverage has been observed across different seeds, allowing the fuzzer to concentrate effort on seeds that exercise less-frequently-covered or unique code regions.
WIKI
AssignEnergy Function
Overview
The AssignEnergy function is the routine, within the power scheduler of a coverage-based greybox fuzzer, that calculates and assigns a numerical energy value to each seed in the fuzzing corpus. The energy value controls how many mutated inputs are generated from a given seed during the fuzzing campaign — higher-energy seeds are mutated more often, while lower-energy seeds are deprioritized.
NEIGHBORHOOD
No graph connections found for this entity yet. It may appear in future ingestion runs.
explore full graph →