Difference between revisions of "Lua:readPointer"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | '''function''' readPointer(''Address'') | + | '''function''' readPointer(''Address'') ''':''' integer |
In a '''64-bit''' target this equals [[readQword]], in a '''32-bit''' target [[readInteger]]. | In a '''64-bit''' target this equals [[readQword]], in a '''32-bit''' target [[readInteger]]. |
Revision as of 01:49, 11 March 2017
function readPointer(Address) : integer
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 |
See also
Related Functions
- readBytes
- readInteger
- readQword
- readFloat
- readDouble
- readString
- writeBytes
- writeInteger
- writeQword
- writeFloat
- writeDouble
- writeString
- readBytesLocal
- readIntegerLocal
- readQwordLocal
- readPointerLocal
- readFloatLocal
- readDoubleLocal
- readStringLocal
- writeBytesLocal
- writeIntegerLocal
- writeQwordLocal
- writeFloatLocal
- writeDoubleLocal
- writeStringLocal
- wordToByteTable
- dwordToByteTable
- qwordToByteTable
- floatToByteTable
- doubleToByteTable
- stringToByteTable
- wideStringToByteTable
- byteTableToWord
- byteTableToDword
- byteTableToQword
- byteTableToFloat
- byteTableToDouble
- byteTableToString
- byteTableToWideString