Class MnemonicSearchPlugin
java.lang.Object
ghidra.framework.plugintool.Plugin
ghidra.features.base.memsearch.mnemonic.MnemonicSearchPlugin
- All Implemented Interfaces:
PluginEventListener
,ServiceListener
,ExtensionPoint
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 Summary
Fields inherited from class ghidra.framework.plugintool.Plugin
name, pluginDescription, tool
-
Constructor Summary
-
Method Summary
Methods inherited from class ghidra.framework.plugintool.Plugin
accept, acceptData, canClose, canCloseDomainObject, cleanup, close, dataStateRestoreCompleted, dependsUpon, deregisterService, dispose, equals, eventSent, firePluginEvent, getData, getMissingRequiredServices, getName, getPluginDescription, getServicesRequired, getSupportedDataTypes, getTool, getTransientState, getUndoRedoState, hashCode, hasMissingRequiredService, hasUnsaveData, init, internalRegisterEventConsumed, isDisposed, prepareToSave, processEvent, readConfigState, readDataState, registerDynamicServiceProvided, registerServiceProvided, restoreTransientState, restoreUndoRedoState, saveData, serviceAdded, serviceRemoved, writeConfigState, writeDataState
-
Field Details
-
maskedBitString
-
-
Constructor Details
-
MnemonicSearchPlugin
Constructor.- Parameters:
tool
- the tool
-