Method ProcessAddress
ProcessAddress(nint, int, ulong)
Processes an address according to this AddressMeaning into an absolute address.
public nint ProcessAddress(nint basePtr, int offset, ulong address)
Parameters
basePtr
nint- The base pointer of the match.
offset
int- The offset from the base pointer that the match occurred at.
address
ulong- The address which was extracted from the match.
Returns
- nint
- The resolved target address.