Class ListingComparisonProvider

java.lang.Object
docking.ComponentProvider
ghidra.framework.plugintool.ComponentProviderAdapter
ghidra.app.util.viewer.listingpanel.ListingComparisonProvider
All Implemented Interfaces:
ActionContextProvider, HelpDescriptor

public class ListingComparisonProvider extends ComponentProviderAdapter
Provider for displaying a ListingCodeComparisonPanel.
  • Constructor Details

    • ListingComparisonProvider

      public ListingComparisonProvider(PluginTool tool, String name, Program p1, Program p2, AddressSetView set1, AddressSetView set2)
      Constructor for a provider that can display a ListingCodeComparisonPanel.
      Parameters:
      tool - the tool that contains this provider.
      name - the owner of this provider, which is usually a plugin name.
      p1 - program for the listing displayed in the left side of the panel.
      p2 - program for the listing displayed in the right side of the panel.
      set1 - the address set indicating the portion of the listing displayed in the left side of the panel.
      set2 - the address set indicating the portion of the listing displayed in the right side of the panel.
  • Method Details