Uses of Class
org.eclipse.steady.malice.MaliciousnessAnalysisResult
-
Packages that use MaliciousnessAnalysisResult Package Description org.eclipse.steady.malice -
-
Uses of MaliciousnessAnalysisResult in org.eclipse.steady.malice
Methods in org.eclipse.steady.malice that return MaliciousnessAnalysisResult Modifier and Type Method Description MaliciousnessAnalysisResultMaliciousnessAnalyzer. isMalicious(File _file)Checks whether the givenFileis malicious or not.MaliciousnessAnalysisResultMaliciousnessAnalyzer. isMalicious(InputStream _is, boolean _log)Checks whether the givenFileis malicious or not.MaliciousnessAnalysisResultZipSlipAnalyzer. isMalicious(File _file)Checks whether the givenFileis malicious or not.MaliciousnessAnalysisResultZipSlipAnalyzer. isMalicious(InputStream _is, boolean _log)Checks whether the givenFileis malicious or not.Methods in org.eclipse.steady.malice that return types with arguments of type MaliciousnessAnalysisResult Modifier and Type Method Description Set<MaliciousnessAnalysisResult>MaliciousnessAnalyzerLoop. isMalicious(File _file)Checks whether the givenFileis malicious or not.Set<MaliciousnessAnalysisResult>MaliciousnessAnalyzerLoop. isMalicious(InputStream _is)Checks whether the givenFileis malicious or not.
-