Class AddressMatch<T>
java.lang.Object
ghidra.util.bytesearch.Match<T>
ghidra.util.bytesearch.AddressMatch<T>
- Type Parameters:
T- The specific implementation of the pattern that was used to create this match
Represents a match of a pattern at a given address in program memory.
-
Constructor Summary
ConstructorsConstructorDescriptionAddressMatch(T pattern, long offset, int length, Address address) Constructor -
Method Summary
Methods inherited from class Match
getLength, getPattern, getStart
-
Constructor Details
-
AddressMatch
-
-
Method Details
-
getAddress
- Returns:
- the address where this match occurred
-
toString
-
hashCode
-
equals
-