Class ContextPattern
java.lang.Object
ghidra.app.plugin.processors.sleigh.pattern.Pattern
ghidra.app.plugin.processors.sleigh.pattern.DisjointPattern
ghidra.app.plugin.processors.sleigh.pattern.ContextPattern
Pattern which depends only on the non-instruction stream bits
of the context
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
getBlock()
getBlock
(boolean context) boolean
isMatch
(ParserWalker walker, SleighDebugLogger debug) void
restoreXml
(XmlPullParser parser) void
shiftInstruction
(int sa) toString()
Methods inherited from class ghidra.app.plugin.processors.sleigh.pattern.DisjointPattern
getContextBlock, getDisjoint, getInstructionBlock, getLength, getMask, getValue, getWholeInstructionBytes, identical, numDisjoint, restoreDisjoint, specializes
-
Constructor Details
-
ContextPattern
public ContextPattern() -
ContextPattern
-
-
Method Details
-
getBlock
- Specified by:
getBlock
in classDisjointPattern
-
getBlock
-
simplifyClone
- Specified by:
simplifyClone
in classPattern
-
shiftInstruction
public void shiftInstruction(int sa) - Specified by:
shiftInstruction
in classPattern
-
doOr
-
doAnd
-
isMatch
- Specified by:
isMatch
in classPattern
- Throws:
MemoryAccessException
-
alwaysTrue
public boolean alwaysTrue()- Specified by:
alwaysTrue
in classPattern
-
alwaysFalse
public boolean alwaysFalse()- Specified by:
alwaysFalse
in classPattern
-
alwaysInstructionTrue
public boolean alwaysInstructionTrue()- Specified by:
alwaysInstructionTrue
in classPattern
-
restoreXml
- Specified by:
restoreXml
in classPattern
-
toString
-