C# 클래스 Fuzzer.Analyzers.SimpleHeapOverflowAnalyzer.RangeInfo

Contains informtions about an allocated memory range
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing

공개 프로퍼티들

프로퍼티 타입 설명
Backtrace IList
Size System.UInt64
StartAddress System.UInt64

공개 메소드들

메소드 설명
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

메소드 상세

ContainsAddress() 공개 메소드

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

Distance() 공개 메소드

Calculates the distance of the specified address to this range
public Distance ( System.UInt64 address ) : System.Int64
address System.UInt64
리턴 System.Int64

IntersectsWith() 공개 메소드

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

RangeInfo() 공개 메소드

public RangeInfo ( System.UInt64 startAddress, System.UInt64 size, IList backtrace ) : System
startAddress System.UInt64
size System.UInt64
backtrace IList
리턴 System

프로퍼티 상세

Backtrace 공개적으로 프로퍼티

public IList Backtrace
리턴 IList

Size 공개적으로 프로퍼티

public UInt64,System Size
리턴 System.UInt64

StartAddress 공개적으로 프로퍼티

public UInt64,System StartAddress
리턴 System.UInt64