C# Class Fuzzer.Analyzers.MemoryZonesAnalyzer.MemoryZone

Afficher le fichier Open project: areiter/InMemoryFuzzing

Méthodes publiques

Méthode 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 méthode

public ContainsAddress ( System.UInt64 address ) : bool
address System.UInt64
Résultat bool

IntersectsWith() public méthode

public IntersectsWith ( System.UInt64 address, System.UInt64 size ) : bool
address System.UInt64
size System.UInt64
Résultat bool

MemoryZone() public méthode

public MemoryZone ( ZoneType zone, System.UInt64 startAddress, System.UInt64 endAddress ) : System
zone ZoneType
startAddress System.UInt64
endAddress System.UInt64
Résultat System

MemoryZone() public méthode

public MemoryZone ( ZoneType zone, string zoneSpecification ) : System
zone ZoneType
zoneSpecification string
Résultat System