Lua:disassemble

From Cheat Engine
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

Parameter Type Description
Address CEAddressString or Integer The address to disassembled


See also

Related Functions