Difference between revisions of "Lua:writeQword"
Jump to navigation
Jump to search
(Created page with ''''function''' writeQword(''Address'', ''Value'') Writes a 64-bit (8 bytes) integer at the given address. ===Function Parameters=== {|width="85%" cellpadding="10%" cellpadding=…') |
|||
Line 20: | Line 20: | ||
== See also == | == See also == | ||
+ | * [[Lua]] | ||
+ | * [[Help_File:Script engine|Script engine]] | ||
+ | |||
+ | === Related Functions === | ||
+ | * [[readBytes]] | ||
+ | * [[readInteger]] | ||
* [[readQword]] | * [[readQword]] | ||
+ | * [[readPointer]] | ||
+ | * [[readFloat]] | ||
+ | * [[readDouble]] | ||
+ | * [[readString]] | ||
* [[writeBytes]] | * [[writeBytes]] | ||
* [[writeInteger]] | * [[writeInteger]] | ||
Line 26: | Line 36: | ||
* [[writeDouble]] | * [[writeDouble]] | ||
* [[writeString]] | * [[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:24, 8 March 2017
function writeQword(Address, Value)
Writes a 64-bit (8 bytes) integer at the given address.
Function Parameters
Parameter | Type | Description |
---|---|---|
Address | CEAddressString or Integer | The address of the target process to write to |
Value | Integer | The value to write to the process |
See also
Related Functions
- readBytes
- readInteger
- readQword
- readPointer
- readFloat
- readDouble
- readString
- writeBytes
- writeInteger
- 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