Package ghidra.app.util.viewer.proxy


package ghidra.app.util.viewer.proxy
  • Classes
    Class
    Description
    Stores information about an address in a program.
    Stores information about a code unit in a program.
    Stores information about a data item in a program such that the data item can be retrieved when needed.
    Used as proxy for a null value.
    Stores information about a function in a program such that the function can be retrieved when needed.
    Implementing objects of this interface hold an object from a program (e.g., CodeUnit, Function, etc.) in such a way as to be robust against changes to the program.
    Stores information about a variable in a program such that the variable can be retrieved when needed.