C# 클래스 Fuzzer.TargetConnectors.StaticAddress

Just returns the specified address
상속: IAddressSpecifier, IAllocatedMemory
파일 보기 프로젝트 열기: areiter/InMemoryFuzzing 1 사용 예제들

공개 메소드들

메소드 설명
ResolveAddress ( ) : ulong?
StaticAddress ( System.UInt64 address ) : System
StaticAddress ( System.UInt64 address, System.UInt64 size ) : System

메소드 상세

ResolveAddress() 공개 메소드

public ResolveAddress ( ) : ulong?
리턴 ulong?

StaticAddress() 공개 메소드

public StaticAddress ( System.UInt64 address ) : System
address System.UInt64
리턴 System

StaticAddress() 공개 메소드

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