Package ghidra.util.search
Interface InstructionSkipper
- 
- All Superinterfaces:
 ExtensionPoint
public interface InstructionSkipper extends ExtensionPoint
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface ghidra.util.classfinder.ExtensionPoint
ExtensionPoint.Exclude, ExtensionPoint.Util 
 - 
 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorgetApplicableProcessor()booleanshouldSkip(byte[] buffer, int size) 
 - 
 
- 
- 
Method Detail
- 
getApplicableProcessor
Processor getApplicableProcessor()
 
- 
shouldSkip
boolean shouldSkip(byte[] buffer, int size) 
 - 
 
 -