Class AlignmentFilter
java.lang.Object
ghidra.features.base.memsearch.searcher.AlignmentFilter
- All Implemented Interfaces:
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
-
test
- Specified by:
test
in interfacePredicate<MemoryMatch>
-