Package ghidra.features.base.memsearch.searcher


package ghidra.features.base.memsearch.searcher
  • Classes
    Class
    Description
    Search filter that can test a search result and determine if that result is at an address whose offset matches the given alignment (i.e.
    Search filter that can test a search result and determine if that result starts at or inside a code unit that matches one of the selected types.
    A class that represents a memory search hit at an address.
    Class for searching bytes from a byteSource (memory) using a ByteMatcher.