Ghidra 11.3.2
Ghidra internal decompiler documentation.
Loading...
Searching...
No Matches
ghidra::RawBinaryArchitecture Class Reference

Architecture that reads its binary as a raw file. More...

#include <raw_arch.hh>

Inheritance diagram for ghidra::RawBinaryArchitecture:
[legend]
Collaboration diagram for ghidra::RawBinaryArchitecture:
[legend]

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.
 

Detailed Description

Architecture that reads its binary as a raw file.


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