class documentation

class ResultGranularity(_Enum):

View In Hierarchy

Enum describing the taint result granularity.

  • Instruction: Results will be given for each instruction.
  • Block: Results will be given for each "block" made of consecutive instructions.
  • Range: A single result will be produced for the entire taint range.
Class Variable Block Undocumented
Class Variable Instruction Undocumented
Class Variable Range Undocumented
Block: int =

Undocumented

Instruction: int =

Undocumented

Range: int =

Undocumented