Lua:readPointer
Revision as of 06:41, 8 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''function''' readPointer(''Address'') In a '''64-bit''' target this equals readQword, in a '''32-bit''' target readInteger. ===Function Parameters=== {|width="85%" ce…')
function readPointer(Address)
In a 64-bit target this equals readQword, in a 32-bit target readInteger.
Function Parameters
Parameter | Type | Description |
---|---|---|
Address | CEAddressString or Integer | The address to read |