Help File:disassembleEx

From Cheat Engine
Revision as of 01:58, 30 July 2021 by LeFiXER (talk | contribs) (Created page with "==disassembleEx== A more extended disassembler '''Function Definition''' ''BOOL Disassembler(ULONG address, char* output, int maxsize);'' ;'''address''' :Pointer to the...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

disassembleEx[edit]

A more extended disassembler

Function Definition

BOOL Disassembler(ULONG address, char* output, int maxsize);
address
Pointer to the address of the instruction you want to disassemble. On return address contains the address of the next instruction.
output
Pointer to the buffer where the disassembled string will be placed in.
maxsize
Maximum size the string can be.

Returns TRUE if there was enough memory to store the string. The returned string is built up as "Address - bytes - instruction".