Class AlignmentFilter

java.lang.Object
ghidra.features.base.memsearch.searcher.AlignmentFilter
All Implemented Interfaces:
Predicate<MemoryMatch>

public class AlignmentFilter extends Object implements Predicate<MemoryMatch>
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. its offset is a multiple of the alignment value)
  • Constructor Details

    • AlignmentFilter

      public AlignmentFilter(int alignment)
  • Method Details