Package ghidra.util.bytesearch
Interface PostRule
- All Known Implementing Classes:
- AlignRule
public interface PostRule
Inteface for post match rules that are checked after a match is idenfied
- 
Method SummaryModifier and TypeMethodDescriptionbooleanApply a post rule given the matching pattern and offset into the byte stream.voidrestoreXml(XmlPullParser parser) Can restore state of instance PostRule from XML
- 
Method Details- 
applyApply a post rule given the matching pattern and offset into the byte stream.- Parameters:
- pat- pattern that matched
- matchoffset- offset of the match
- Returns:
- true if the PostRule is satisfied
 
- 
restoreXmlCan restore state of instance PostRule from XML- Parameters:
- parser- XML pull parser
 
 
-