C# 클래스 Fuzzer.Analyzers.MemoryZonesAnalyzer

상속: BaseDataAnalyzer
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing

공개 메소드들

메소드 설명
Analyze ( AnalyzeController ctrl ) : void
Init ( string>.IDictionary configValues, string>.List values ) : void
MemoryZonesAnalyzer ( ) : System

비공개 메소드들

메소드 설명
Log ( MemoryZone memZone, System.UInt64 memStart, System.UInt64 memEnd, System.UInt64 size, InstructionDescription insn, AnalyzeController ctrl ) : void

메소드 상세

Analyze() 공개 메소드

public Analyze ( AnalyzeController ctrl ) : void
ctrl AnalyzeController
리턴 void

Init() 공개 메소드

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

MemoryZonesAnalyzer() 공개 메소드

public MemoryZonesAnalyzer ( ) : System
리턴 System