Difference between revisions of "Lua:readPointer"
Jump to navigation
Jump to search
(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…') |
|||
Line 16: | Line 16: | ||
== See also == | == See also == | ||
+ | * [[Lua]] | ||
+ | * [[Help_File:Script engine|Script engine]] | ||
+ | |||
+ | === Related Functions === | ||
* [[readBytes]] | * [[readBytes]] | ||
* [[readInteger]] | * [[readInteger]] | ||
Line 22: | Line 26: | ||
* [[readDouble]] | * [[readDouble]] | ||
* [[readString]] | * [[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]] |
Revision as of 15:11, 8 March 2017
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 |
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