Interface INativeCodeAdvancedAnalyzer<InsnType extends IInstruction>
- Type Parameters:
InsnType-
public interface INativeCodeAdvancedAnalyzer<InsnType extends IInstruction>
Definition of the advanced (optional) code analyzer, controlled by the
INativeCodeAnalyzer.-
Method Summary
Modifier and TypeMethodDescriptionvoidanalyzeInternalRoutines(Collection<? extends INativeMethodDataItem> methods) Analyze a specific list of internal routines.voidanalyzeRoutines(Collection<? extends INativeMethodItem> methods) Analyze a specific list of internal routines.voidperform()Perform a generic advanced analysis pass on the already analyzed model.
-
Method Details
-
perform
void perform()Perform a generic advanced analysis pass on the already analyzed model. -
analyzeRoutines
Analyze a specific list of internal routines.- Parameters:
methods-
-
analyzeInternalRoutines
Analyze a specific list of internal routines.- Parameters:
methods-
-