AOBAddressChain<TConnector> ​
An address chain that uses an AOB scan to find its address.
Kind: Class
Namespace: ConnectorLib.Memory
Inheritance: AddressChain\<TConnector\>
Public Constructors
AOBAddressChain<TConnector>(TConnector connector, int resultNum, byte[] bytePattern, string mask, long offsetFromPattern, ScanHint hint, ulong? startAddress, ulong? endAddress = null)
Creates a new AOBAddressChain{TConnector} for the specified AOB scan.
AOBAddressChain<TConnector>(TConnector connector, int resultNum, byte[] bytePattern, string mask, long offsetFromPattern, ScanHint hint, long? startAddress, long? endAddress = null)
Creates a new AOBAddressChain{TConnector} for the specified AOB scan.
AOBAddressChain<TConnector>(TConnector connector, int resultNum, byte[] bytePattern, string mask, long offsetFromPattern, ScanHint hint, AddressChain startAddress = null, AddressChain endAddress = null)
Creates a new AOBAddressChain{TConnector} for the specified AOB scan.
Public Member Functions
CachedAddressChain
VerifiedCache()
Creates a new CachedAddressChain{TConnector} for the resultant address.
virtual override
string
ToString()
virtual override
bool
Calculate(ulong out address)
virtual override
bool
Calculate(long out address)
Properties
ulong
Address
[get, ]
