Package ghidra.util.bytesearch
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
ConstructorsChangeConstructorDescriptionAddressMatch(T pattern, long offset, int length, Address address) Constructor -
Method Summary
Methods inherited from class ghidra.util.bytesearch.Match
getLength, getPattern, getStart
-
Constructor Details
-
AddressMatch
Constructor- Parameters:
pattern- the byte pattern that matchedoffset- offset within a searched bufferlength- the length of the matching sequenceaddress- the address in the program where the match occurred
-
-
Method Details