Ghidra 11.3.2
Ghidra internal decompiler documentation.
|
Architecture that reads executable files using GNU BFD libraries. More...
#include <bfd_arch.hh>
Public Member Functions | |
virtual void | encode (Encoder &encoder) const |
virtual void | restoreXml (DocumentStorage &store) |
BfdArchitecture (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 |
How much to adjust the virtual memory address. | |
Architecture that reads executable files using GNU BFD libraries.
ghidra::BfdArchitecture::BfdArchitecture | ( | const string & | fname, |
const string & | targ, | ||
ostream * | estream | ||
) |
This just wraps the base class constructor
fname | is the path to the executable file |
targ | is the (optional) language id to use for the file |
estream | is the stream to use for the error console |
References adjustvma.