Ghidra 11.3.2
Ghidra internal decompiler documentation.
Loading...
Searching...
No Matches
ghidra::AssemblyRaw Class Reference
Inheritance diagram for ghidra::AssemblyRaw:
[legend]
Collaboration diagram for ghidra::AssemblyRaw:
[legend]

Public Member Functions

virtual void dump (const Address &addr, const string &mnem, const string &body)
 The main disassembly emitting method.
 
- Public Member Functions inherited from ghidra::AssemblyEmit
virtual ~AssemblyEmit (void)
 Virtual destructor.
 

Member Function Documentation

◆ dump()

virtual void ghidra::AssemblyRaw::dump ( const Address addr,
const string &  mnem,
const string &  body 
)
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.

Parameters
addris the Address of the machine instruction
mnemis the decoded instruction mnemonic
bodyis the decode body (or operands) of the instruction

Implements ghidra::AssemblyEmit.

References ghidra::Address::printRaw().


The documentation for this class was generated from the following file: