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
Modifier and TypeMethodDescriptionvoid
createMemorySearchProvider
(Navigatable navigatable, String input, SearchSettings settings, boolean useSelection) Deprecated.Creates a new memory search provider window
-
Method Details