Class SearchAndReplacePlugin

java.lang.Object
ghidra.framework.plugintool.Plugin
ghidra.app.plugin.ProgramPlugin
ghidra.features.base.replace.SearchAndReplacePlugin
All Implemented Interfaces:
PluginEventListener, ServiceListener, ExtensionPoint

public class SearchAndReplacePlugin extends ProgramPlugin
Plugin to perform search and replace operations for many different program element types such as labels, functions, classes, datatypes, memory blocks, and more.
  • Constructor Details

    • SearchAndReplacePlugin

      public SearchAndReplacePlugin(PluginTool plugintool)
  • Method Details

    • programClosed

      protected void programClosed(Program program)
      Description copied from class: ProgramPlugin
      Subclasses should override this method if it is interested when a program is closed. This event has no affect on the "current Program". A "programDeactivated" call will occur that affects the active program.
      Overrides:
      programClosed in class ProgramPlugin
      Parameters:
      program - the program being closed.