Lua:disassemble
								
								Jump to navigation
				Jump to search
				
 					
								
							
		function disassemble(Address) : string
Disassembles the given address and returns a string in the format of "address - bytes - opcode : extra".
Function Parameters[edit]
| Parameter | Type | Description | 
|---|---|---|
| Address | CEAddressString or Integer | The address to disassembled | 
See also[edit]
Related Functions[edit]
- 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