C# Class Fuzzer.TargetConnectors.GDB.CoreDump.InstructionDescription

Contains all register and memory changes of a single instruction (including its program counter)
Because of the stream layout, the stream deserialization occurs in the section deserializer
Afficher le fichier Open project: areiter/InMemoryFuzzing Class Usage Examples

Méthodes publiques

Méthode Description
AddMemChange ( MemoryChange memChange ) : void
AddRegChange ( RegisterChange regChange ) : void
InstructionDescription ( ) : System
PrettyPrint ( Registers registers ) : string

Method Details

AddMemChange() public méthode

public AddMemChange ( MemoryChange memChange ) : void
memChange MemoryChange
Résultat void

AddRegChange() public méthode

public AddRegChange ( RegisterChange regChange ) : void
regChange RegisterChange
Résultat void

InstructionDescription() public méthode

public InstructionDescription ( ) : System
Résultat System

PrettyPrint() public méthode

public PrettyPrint ( Registers registers ) : string
registers Registers
Résultat string