C# 클래스 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
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing 1 사용 예제들

공개 메소드들

메소드 설명
AddMemChange ( MemoryChange memChange ) : void
AddRegChange ( RegisterChange regChange ) : void
InstructionDescription ( ) : System
PrettyPrint ( Registers registers ) : string

메소드 상세

AddMemChange() 공개 메소드

public AddMemChange ( MemoryChange memChange ) : void
memChange MemoryChange
리턴 void

AddRegChange() 공개 메소드

public AddRegChange ( RegisterChange regChange ) : void
regChange RegisterChange
리턴 void

InstructionDescription() 공개 메소드

public InstructionDescription ( ) : System
리턴 System

PrettyPrint() 공개 메소드

public PrettyPrint ( Registers registers ) : string
registers Registers
리턴 string