C# Class Fuzzer.Analyzers.MemoryZonesAnalyzer

Inheritance: BaseDataAnalyzer
Afficher le fichier Open project: areiter/InMemoryFuzzing

Méthodes publiques

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

Private Methods

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

Method Details

Analyze() public méthode

public Analyze ( AnalyzeController ctrl ) : void
ctrl AnalyzeController
Résultat void

Init() public méthode

public Init ( string>.IDictionary configValues, string>.List values ) : void
configValues string>.IDictionary
values string>.List
Résultat void

MemoryZonesAnalyzer() public méthode

public MemoryZonesAnalyzer ( ) : System
Résultat System