Package ghidra.app.services
Interface MemorySearchService
- All Known Implementing Classes:
MemorySearchPlugin
Deprecated.
This is not a generally useful service, may go away at some point
Service for invoking the
MemorySearchProvider-
Method Summary
ChangeModifier and TypeMethodDescriptionNEWvoidcreateMemorySearchProvider(Navigatable navigatable, String input, SearchSettings settings, boolean useSelection) Deprecated.Creates a new memory search provider windowREMOVEDvoidsearch(byte[] bytes, NavigatableActionContext context) RemovedREMOVEDvoidsetSearchText(String maskedString) RemovedREMOVEDvoidsetIsMnemonic(boolean isMnemonic) Removed
-
Method Details