Uses of Class
edu.ntnu.item.jt.system.DynamicAnalysisResult

Packages that use DynamicAnalysisResult
edu.ntnu.item.jt.system Central functionality class for PowerScan, which among others contain the Frontend and the library interface PowerScan class. 
 

Uses of DynamicAnalysisResult in edu.ntnu.item.jt.system
 

Methods in edu.ntnu.item.jt.system that return types with arguments of type DynamicAnalysisResult
 ArrayList<DynamicAnalysisResult> PowerScan.executeInAnalysisTool(String malwareSample)
          Run the supplied malware sample in all the registered dynamic analysis tools
 ArrayList<DynamicAnalysisResult> Executor.executeTools(File localSamplePath, boolean takeSnapshotBeforeExecute)
          Executes the tools installed on the given Guest OS.
 

Method parameters in edu.ntnu.item.jt.system with type arguments of type DynamicAnalysisResult
 void Frontend.displayAnalysisToolsResult(ArrayList<DynamicAnalysisResult> results)