Skip to content

GENMapper ​

Maps Genesis memory addresses to their respective domains.

Kind: Class

Namespace: ConnectorLib

Inheritance: IMemoryMapper

Public Constructors

GENMapper(bool remoteDomains = true)

Creates a new instance of the ConnectorLib.GBMapper class.

Public Member Functions

bool

TryTranslate(ulong address, MappedMemory out result)

bool

TryTranslate(MappedMemory address, ulong out result)

bool

TryTranslate(ulong address, string domain, ulong out result)

Properties

bool

RemoteDomains

[get, ]

string

DefaultDomain

[get, ]

IDictionary

Domains

[get, ]