Package ghidra.program.util
Interface DiscoverableAddressCorrelator
-
- All Superinterfaces:
AddressCorrelator
,ExtensionPoint
public interface DiscoverableAddressCorrelator extends AddressCorrelator, ExtensionPoint
AddressCorrelators that want to be discovered by version tracking should implement this interface.
-
-
Method Summary
-
Methods inherited from interface ghidra.program.util.AddressCorrelator
correlate, correlate, getDefaultOptions, getOptions, setOptions
-
-