AddressChangeSet |
Interface for an Address Change set.
|
Bookmark |
Interface for bookmarks.
|
BookmarkManager |
Interface for managing bookmarks.
|
BookmarkType |
Interface for bookmark types.
|
CodeUnit |
Interface common to both instructions and data.
|
CodeUnitIterator |
Interface to define an iterator over over some set of code units.
|
Data |
Interface for interacting with data at an address in a program.
|
DataBuffer |
DataBuffer provides an array like interface into a set of Data
at a specific index.
|
DataIterator |
Interface to define an iterator over over some set of Data.
|
DataTypeArchive |
This interface represents the main entry point into an object which
stores all information relating to a single data type archive.
|
DataTypeArchiveChangeSet |
Interface for a data type archive change set.
|
DataTypeChangeSet |
Interface for a Data Type Change set.
|
DefaultProgramContext |
|
DomainObjectChangeSet |
Interface for a domain object change set.
|
Function |
Interface to define methods available on a function.
|
FunctionIterator |
Interface for iterating over functions.
|
FunctionManager |
The manager for functions
|
FunctionSignature |
Interface describing all the things about a function that are portable
from one program to another.
|
FunctionTag |
Represents a function tag object that can be associated with
functions.
|
FunctionTagChangeSet |
Defines a Function Tag Change set.
|
FunctionTagManager |
Interface for managing function tags.
|
GhidraClass |
Interface for representing class objects in the program.
|
Group |
The interface for groupings of code units that may have attributes such
as names and comments.
|
Instruction |
Interface to define an instruction for a processor.
|
InstructionIterator |
Interface to define an iterator over over some set of instructions.
|
Library |
Interface for a Library namespace.
|
Listing |
This interface provides all the methods needed to create,delete, retrieve,
modify code level constructs (CodeUnits, Macros, Fragments, and Modules).
|
LocalVariable |
|
Parameter |
Interface for function parameters
|
Program |
This interface represents the main entry point into an object which
stores all information relating to a single program.
|
ProgramChangeSet |
Interface for a Program Change set.
|
ProgramContext |
Interface to define a processor register context over the address space.
|
ProgramFragment |
A ProgramFragment is a set of CodeUnit s that have been
bundled together with some additional information such as a name, comment,
alias, etc.
|
ProgramModule |
A ProgramModule is a group of ProgramFragment s
and/or other ProgramModule s together with some related
information such as a name, comment, and alias.
|
ProgramTreeChangeSet |
Interface for a Program Tree Change set.
|
ProgramUserData |
|
RegisterChangeSet |
Interface for a Register Change set.
|
RepeatableComment |
Interface to define a comment that can be shared by more
than one code unit.
|
StackFrame |
Definition of a stack frame.
|
SymbolChangeSet |
Interface for a Symbol Change set.
|
ThunkFunction |
ThunkFunction corresponds to a fragment of code which simply passes control
to a destination function.
|
Variable |
Defines an object that stores a value of some specific data type.
|
VariableFilter |
|
VariableUtilities.VariableConflictHandler |
|