Ghidra 11.3.2
Ghidra internal decompiler documentation.
|
Architecture that reads its binary as a raw file. More...
#include <raw_arch.hh>
Public Member Functions | |
virtual void | encode (Encoder &encoder) const |
virtual void | restoreXml (DocumentStorage &store) |
RawBinaryArchitecture (const string &fname, const string &targ, ostream *estream) | |
Constructor. | |
Private Member Functions | |
virtual void | buildLoader (DocumentStorage &store) |
virtual void | resolveArchitecture (void) |
virtual void | postSpecFile (void) |
Private Attributes | |
long | adjustvma |
What address byte 0 of the raw file gets treated as. | |
Architecture that reads its binary as a raw file.