Class SearchInfo


  • public class SearchInfo
    extends java.lang.Object
    • Field Detail

      • searchSelection NEW

        protected final boolean searchSelection
      • includeNonLoadedBlocks NEW

        protected final boolean includeNonLoadedBlocks

Constructor Detail

  • Method Detail

    • getSearchableAddressSet NEW

      protected AddressSetView getSearchableAddressSet​(Program program,
                                                       Address startAddress,
                                                       ProgramSelection selection)
      Generate an address set which only includes initialized memory
      Parameters:
      program - the program
      startAddress - starting point for search or null to start from the top of memory
      selection - addresses to be searched or null to search all memory
      Returns:
      searchable address set
    • isSearchForward

      public boolean isSearchForward()
    • isSearchAll

      public boolean isSearchAll()
    • getAlignment

      public int getAlignment()
    • getMatchLimit

      public int getMatchLimit()
    • getSearchData

      public ghidra.app.plugin.core.searchmem.SearchData getSearchData()
    • getSearchLimit

      public int getSearchLimit()