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 Details

    • perform

      void perform()
      Perform a generic advanced analysis pass on the already analyzed model.
    • analyzeRoutines

      void analyzeRoutines(Collection<? extends INativeMethodItem> methods)
      Analyze a specific list of internal routines.
      Parameters:
      methods -
    • analyzeInternalRoutines

      void analyzeInternalRoutines(Collection<? extends INativeMethodDataItem> methods)
      Analyze a specific list of internal routines.
      Parameters:
      methods -