Package ghidra.program.database.properties


package ghidra.program.database.properties
  • Classes
    Class
    Description
    Manages generic address keyed properties.
    GenericSaveable is used by the DBPropertyMapManager when the class can not be found and loaded for the class path name of a property in the database.
    Property manager that deals with properties that are of int type and stored with a database table.
    Property manager that deals with properties that are of long type and stored with a database table.
    Property manager that deals with properties that are of a Saveable Object type and store within a database table.
    Abstract class which defines a map containing properties over a set of addresses.
    Property manager that deals with properties that are of String type and stored with a database table.
    This class provides a dummy map for an unsupported map.
    Property manager that deals with properties that are of "void" type, which is a marker for whether a property exists.