Help File:disassembleEx

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