Class MnemonicSearchPlugin

java.lang.Object
ghidra.framework.plugintool.Plugin
ghidra.features.base.memsearch.mnemonic.MnemonicSearchPlugin
All Implemented Interfaces:
PluginEventListener, ServiceListener, ExtensionPoint

public class MnemonicSearchPlugin extends Plugin
Defines a set of actions that can be performed on a selection to initiate a memory search. All actions will ultimately open the MemSearchDialog with the search string field pre-populated.
  • Field Details

    • maskedBitString

      public String maskedBitString
  • Constructor Details

    • MnemonicSearchPlugin

      public MnemonicSearchPlugin(PluginTool tool)
      Constructor.
      Parameters:
      tool - the tool