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 TypeMethodDescriptionvoid
analyzeInternalRoutines
(Collection<? extends INativeMethodDataItem> methods) Analyze a specific list of internal routines.void
analyzeRoutines
(Collection<? extends INativeMethodItem> methods) Analyze a specific list of internal routines.void
perform()
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
-
-