Package ghidra.util.search
Interface InstructionSkipper
-
- All Superinterfaces:
ExtensionPoint
public interface InstructionSkipper extends ExtensionPoint
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Processor
getApplicableProcessor()
boolean
shouldSkip(byte[] buffer, int size)
-
-
-
Method Detail
-
getApplicableProcessor
Processor getApplicableProcessor()
-
shouldSkip
boolean shouldSkip(byte[] buffer, int size)
-
-