Ghidra 11.3.2
Ghidra internal decompiler documentation.
|
Public Member Functions | |
virtual void | dump (const Address &addr, const string &mnem, const string &body) |
The main disassembly emitting method. | |
![]() | |
virtual | ~AssemblyEmit (void) |
Virtual destructor. | |
|
inlinevirtual |
The main disassembly emitting method.
The disassembly strings for a single machine instruction are passed back to an application through this method. Particular applications can tailor the use of the disassembly by overriding this method.
addr | is the Address of the machine instruction |
mnem | is the decoded instruction mnemonic |
body | is the decode body (or operands) of the instruction |
Implements ghidra::AssemblyEmit.
References ghidra::Address::printRaw().