C# Class Fuzzer.Analyzers.MemoryZonesAnalyzer

Inheritance: BaseDataAnalyzer
Exibir arquivo Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
Analyze ( AnalyzeController ctrl ) : void
Init ( string>.IDictionary configValues, string>.List values ) : void
MemoryZonesAnalyzer ( ) : System

Private Methods

Method Description
Log ( MemoryZone memZone, System.UInt64 memStart, System.UInt64 memEnd, System.UInt64 size, InstructionDescription insn, AnalyzeController ctrl ) : void

Method Details

Analyze() public method

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

Init() public method

public Init ( string>.IDictionary configValues, string>.List values ) : void
configValues string>.IDictionary
values string>.List
return void

MemoryZonesAnalyzer() public method

public MemoryZonesAnalyzer ( ) : System
return System