Package ghidra.util.bytesearch
Interface MatchAction
- All Known Implementing Classes:
DummyMatchAction
,GenericMatchAction
public interface MatchAction
Interface for a match action to be taken for the Program@Address for a ditted bit seqence pattern
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Apply the match action to the program at the address.void
restoreXml
(XmlPullParser parser) Action can be constructed from XML
-
Method Details
-
apply
Apply the match action to the program at the address.- Parameters:
program
- program in which the match occurredaddr
- where the match occuredmatch
- information about the match that occurred
-
restoreXml
Action can be constructed from XML- Parameters:
parser
- XML pull parser to restore action from XML
-