Lua:disassemble
Revision as of 00:16, 10 March 2017 by TheyCallMeTim13 (talk | contribs) (Created page with ''''function''' disassemble(''Address'') Disassembles the given address and returns a string in the format of "address - bytes - opcode : extra". === Function Parameters === {|…')
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
- writeFloat
- readBytesLocal
- readPointerLocal
- writeBytesLocal
- wordToByteTable
- dwordToByteTable
- qwordToByteTable
- floatToByteTable
- doubleToByteTable
- stringToByteTable
- wideStringToByteTable
- byteTableToWord
- byteTableToDword
- byteTableToQword
- byteTableToFloat
- byteTableToDouble
- byteTableToString
- byteTableToWideString