Difference between revisions of "Lua:disassemble"
Jump to navigation
Jump to search
(Created page with ''''function''' disassemble(''Address'') Disassembles the given address and returns a string in the format of "address - bytes - opcode : extra". === Function Parameters === {|…') |
|||
Line 29: | Line 29: | ||
* [[readPointer]] | * [[readPointer]] | ||
* [[writeBytes]] | * [[writeBytes]] | ||
− | |||
* [[readBytesLocal]] | * [[readBytesLocal]] | ||
* [[readPointerLocal]] | * [[readPointerLocal]] |
Revision as of 00:51, 10 March 2017
function disassemble(Address)
Disassembles the given address and returns a string in the format of "address - bytes - opcode : extra".
Function Parameters
Parameter | Type | Description |
---|---|---|
Address | CEAddressString or Integer | The address to disassembled |
See also
Related Functions
- getInstructionSize
- getPreviousOpcode
- splitDisassembledString
- AOBScan
- autoAssemble
- readBytes
- readPointer
- writeBytes
- readBytesLocal
- readPointerLocal
- writeBytesLocal
- wordToByteTable
- dwordToByteTable
- qwordToByteTable
- floatToByteTable
- doubleToByteTable
- stringToByteTable
- wideStringToByteTable
- byteTableToWord
- byteTableToDword
- byteTableToQword
- byteTableToFloat
- byteTableToDouble
- byteTableToString
- byteTableToWideString