C# Class Fuzzer.Analyzers.SimpleHeapOverflowAnalyzer.RangeInfo

Contains informtions about an allocated memory range
Afficher le fichier Open project: areiter/InMemoryFuzzing

Méthodes publiques

Свойство Type Description
Backtrace IList
Size System.UInt64
StartAddress System.UInt64

Méthodes publiques

Méthode Description
ContainsAddress ( System.UInt64 address ) : bool
Distance ( System.UInt64 address ) : System.Int64

Calculates the distance of the specified address to this range

IntersectsWith ( System.UInt64 address, System.UInt64 size ) : bool
RangeInfo ( System.UInt64 startAddress, System.UInt64 size, IList backtrace ) : System

Method Details

ContainsAddress() public méthode

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

Distance() public méthode

Calculates the distance of the specified address to this range
public Distance ( System.UInt64 address ) : System.Int64
address System.UInt64
Résultat System.Int64

IntersectsWith() public méthode

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

RangeInfo() public méthode

public RangeInfo ( System.UInt64 startAddress, System.UInt64 size, IList backtrace ) : System
startAddress System.UInt64
size System.UInt64
backtrace IList
Résultat System

Property Details

Backtrace public_oe property

public IList Backtrace
Résultat IList

Size public_oe property

public UInt64,System Size
Résultat System.UInt64

StartAddress public_oe property

public UInt64,System StartAddress
Résultat System.UInt64