Difference between revisions of "Lua:disassemble"

From Cheat Engine
Jump to navigation Jump to search
m (Minor edit...)
m
Line 15: Line 15:
 
|The address to disassembled
 
|The address to disassembled
 
|}
 
|}
 
  
 
{{LuaSeeAlso}}
 
{{LuaSeeAlso}}
  
 
{{Assembly}}
 
{{Assembly}}

Revision as of 00:18, 5 December 2025

function disassemble(Address) : string

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

Lua
Script Engine

Related Functions

autoAssemble
autoAssembleCheck
disassemble
splitDisassembledString
getInstructionSize
getPreviousOpcode
registerAssembler
unregisterAssembler