Package ghidra.program.database
package ghidra.program.database
-
ClassDescriptionBase class for an cached object in the database.
DataTypeArchiveContentHandler
converts between DataTypeArchive instantiations and FolderItem storage.Database implementation for Data Type Archive.DBObjectCache<T extends DatabaseObject>Generic cache implementation for objects that extend DatabaseObject.DBStringMapAdapter
provides a simple string-to-string map backed by a named database table.Interface that all subsection managers of a program must implement.OverlayRegionSupplier
provides a callback mechanism which allows aProgramOverlayAddressSpace
to identify defined memory regions within its space so that it may properly implement theOverlayAddressSpace.contains(long)
method.A Program-specific version of theCompilerSpec
.ProgramContentHandler
converts between Program instantiations and FolderItem storage.Database implementation for Program.Class for managing data types in a project archive NOTE: default data organization is used.Utility class for installing/removing "specification extensions" to a Program.Helper class for collecting information about an extension XML document and constructing its option name for storageThe possible types of spec extensions.