C# Class Fuzzer.Analyzers.SavedRegisterAnalyzer

Inheritance: BaseDataAnalyzer
Exibir arquivo Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
Analyze ( AnalyzeController ctrl ) : void
SavedRegisterAnalyzer ( ) : System

Private Methods

Method Description
LogSavedRegister ( string registerName, System.UInt64 registerAddress, System.UInt64 targetAddress, int size, InstructionDescription insn, AnalyzeController ctrl ) : void
SavedRegistersInRange ( IStackFrameInfo stackFrameInfo, System.UInt64 address, int size, InstructionDescription insn, AnalyzeController ctrl ) : void

Method Details

Analyze() public method

public Analyze ( AnalyzeController ctrl ) : void
ctrl AnalyzeController
return void

SavedRegisterAnalyzer() public method

public SavedRegisterAnalyzer ( ) : System
return System