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…') |
m (Reverted edits by This content is not available (Talk) to last revision by TheyCallMeTim13) |
||
(8 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
− | '''function''' readPointer(''Address'') | + | [[Category:Lua]] |
+ | '''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]]. | ||
Line 15: | Line 16: | ||
− | == | + | {{LuaSeeAlso}} |
− | + | ||
− | + | === Related Functions === | |
− | + | {{ReadWriteMemory}} | |
− | |||
− | |||
− | |||
− |
Latest revision as of 19:09, 18 March 2019
function readPointer(Address) : integer
In a 64-bit target this equals readQword, in a 32-bit target readInteger.
Function Parameters[edit]
Parameter | Type | Description |
---|---|---|
Address | CEAddressString or Integer | The address to read |
See also[edit]
Related Functions[edit]
- readBytes
- readSmallInteger
- readInteger
- readQword
- readPointer
- readFloat
- readDouble
- readString
- writeBytes
- writeSmallInteger
- 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