C# Класс Fuzzer.Analyzers.MemoryZonesAnalyzer.MemoryZone

Показать файл Открыть проект

Открытые методы

Метод Описание
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