Class SearchHistory
java.lang.Object
ghidra.features.base.memsearch.gui.SearchHistory
Class for managing memory search history. It maintains a list of previously used ByteMatchers to
do memory searching. Each ByteMatcher records the input search text and the search settings used
to create it.
-
Constructor Summary
Constructors -
Method Summary
ChangeModifier and TypeMethodDescriptionNEWvoidaddSearch(UserInputByteMatcher matcher) MODIFIEDREMOVEDvoidaddSearch(ByteMatcher matcher) Removed
-
Constructor Details
-
SearchHistory
public SearchHistory(int maxHistory) -
SearchHistory
-
-
Method Details
-
addSearch NEW
-
getHistoryAsArray MODIFIED
return type: ghidra.features.base.memsearch.matcher.ByteMatcher[] → ghidra.features.base.memsearch.matcher.UserInputByteMatcher[]-ghidra.features.base.memsearch.matcher.ByteMatcher[] getHistoryAsArray()+ghidra.features.base.memsearch.matcher.UserInputByteMatcher[] getHistoryAsArray()
-