C# 클래스 Fuzzer.Analyzers.MemoryZonesAnalyzer.MemoryZone

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

공개 메소드들

메소드 설명
ContainsAddress ( System.UInt64 address ) : bool
IntersectsWith ( System.UInt64 address, System.UInt64 size ) : bool
MemoryZone ( ZoneType zone, System.UInt64 startAddress, System.UInt64 endAddress ) : System
MemoryZone ( ZoneType zone, string zoneSpecification ) : System

메소드 상세

ContainsAddress() 공개 메소드

public ContainsAddress ( System.UInt64 address ) : bool
address System.UInt64
리턴 bool

IntersectsWith() 공개 메소드

public IntersectsWith ( System.UInt64 address, System.UInt64 size ) : bool
address System.UInt64
size System.UInt64
리턴 bool

MemoryZone() 공개 메소드

public MemoryZone ( ZoneType zone, System.UInt64 startAddress, System.UInt64 endAddress ) : System
zone ZoneType
startAddress System.UInt64
endAddress System.UInt64
리턴 System

MemoryZone() 공개 메소드

public MemoryZone ( ZoneType zone, string zoneSpecification ) : System
zone ZoneType
zoneSpecification string
리턴 System