-
For Removal Element Description docking.action.DockingActionProviderIf useDockingTool
ghidra.program.model.symbol.SymbolType.CODE useSymbolType.LABEL
instead.
-
Interfaces Interface Description docking.action.DockingActionProviderIf useDockingTool
-
Classes Class Description ghidra.app.cmd.label.AddUniqueLabelCmd The need for this class is now unnecessary since duplicate labels are permittedghidra.app.util.datatype.microsoft.RTTI1DataType Use of this dynamic data type class is no longer recommended. Instead a BaseClassDescriptor structure data type can be obtained using the Rtti1Model.ghidra.app.util.datatype.microsoft.RTTI2DataType Use of this dynamic data type class is no longer recommended. Instead an array of either pointers or displacements to BaseClassDescriptor structures can be obtained using the Rtti2Model.ghidra.app.util.datatype.microsoft.RTTI3DataType Use of this dynamic data type class is no longer recommended. Instead a ClassHierarchyDescriptor structure data type can be obtained using the Rtti3Model.ghidra.app.util.datatype.microsoft.RTTI4DataType Use of this dynamic data type class is no longer recommended. Instead a CompleteObjectLocator structure data type can be obtained using the Rtti4Model.ghidra.program.database.util.SharedRangeMapDB This map class should not be used except by the OldFunctionMapDB classghidra.program.model.listing.FunctionSignatureImpl FunctionDefinitionDataType should be used for defining a function signature
-
Constructors Constructor Description ghidra.app.cmd.refs.SetExternalRefCmd(Address, int, String, String, Address, SourceType) the other constructor form should be used with an appropriate RefType specified.RefType.DATA
should be used for address table pointer references.ghidra.framework.plugintool.Plugin(String, PluginTool) ghidra.program.model.address.AddressSet(AddressFactory) useAddressSet()
(will be kept until at least Ghidra 6.2)