Lua:disassemble

From Cheat Engine
Revision as of 02:14, 11 March 2017 by TheyCallMeTim13 (talk | contribs)
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