C# Class Fuzzer.Analyzers.MemoryZonesAnalyzer.MemoryZone

Exibir arquivo Open project: areiter/InMemoryFuzzing

Public Methods

Method Description
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

Method Details

ContainsAddress() public method

public ContainsAddress ( System.UInt64 address ) : bool
address System.UInt64
return bool

IntersectsWith() public method

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

MemoryZone() public method

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

MemoryZone() public method

public MemoryZone ( ZoneType zone, string zoneSpecification ) : System
zone ZoneType
zoneSpecification string
return System