Class SearchHistory

java.lang.Object
ghidra.features.base.memsearch.gui.SearchHistory

public class SearchHistory extends Object
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 Details

    • SearchHistory

      public SearchHistory(int maxHistory)
    • SearchHistory

      public SearchHistory(SearchHistory other)
  • Method Details

    • addSearch NEW

      public void addSearch(UserInputByteMatcher matcher)
    • getHistoryAsArray MODIFIED

      public UserInputByteMatcher[] getHistoryAsArray()
      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()