Difference between revisions of "Help File:disassembleEx"

From Cheat Engine
Jump to navigation Jump to search
(Created page with "==disassembleEx== A more extended disassembler '''Function Definition''' ''BOOL Disassembler(ULONG address, char* output, int maxsize);'' ;'''address''' :Pointer to the...")
 
(No difference)

Latest revision as of 01:58, 30 July 2021

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".