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

      public void addSearch(ByteMatcher matcher)
    • getHistoryAsArray

      public ByteMatcher[] getHistoryAsArray()