Ghidra Decompiler Analysis Engine
|
Go to the documentation of this file.
19 #ifndef __TYPEGRP_GHIDRA__
20 #define __TYPEGRP_GHIDRA__
Ghidra specific architecture information and connection to a Ghidra client.
virtual Datatype * findById(const string &n, uint8 id)
Search by name and id.
Definition: typegrp_ghidra.cc:19
An implementation of the TypeFactory interface, query a Ghidra client for data-type information.
Definition: typegrp_ghidra.hh:30
TypeFactory(Architecture *g)
Construct a factory.
Definition: type.cc:1470
The base datatype class for the decompiler.
Definition: type.hh:62
Container class for all Datatype objects in an Architecture.
Definition: type.hh:396
Classes for describing and printing data-types.
An implementation of the Architecture interface and connection to a Ghidra client.
Definition: ghidra_arch.hh:60