diff --git a/README.md b/README.md index 33d0c0d..3945b71 100644 --- a/README.md +++ b/README.md @@ -87,6 +87,7 @@ The following Operating Systems are supported: ## Known Issues - The checkUpdate function can check for SDK/CLI updates but can't update it automatically +- When loading or scanning files with the AI scanner, the TensorFlow library might print diagnostic information to the console. To suppress these messages, set the environment variable "TF_CPP_MIN_LOG_LEVEL" to "3" before starting the SDK/CLI. ## Get Started @@ -104,7 +105,7 @@ You have the following commands available: - "**Safe**" - If no malware is detected. - "**Malware**" - If malware is detected but the name isn't known. - **_Malware Name_** - If it is malware from a known family (example: "Trojan.Downloader"). - - "**AI.{aiScore}**" - Score of the file using XvirusAI from 0 to 100, the higher the score the more probable it is malicious (example: "AI.99"). + - "**AI.{aiScore}**" - Score of the file using XvirusAI from 0 to 100, the higher the score the more probable it is malicious (example: "AI.99.99"). - "**File not found!**" - If no file is found in the submited path. - "**File too big!**" - If the file size is bigger than the set limit. - "**Could not get file hash!**" - There was an error calculating the hash of the file. diff --git a/bin/Linux/BaseLibrary.dll b/bin/Linux/BaseLibrary.dll index 51a0b62..1a77746 100644 Binary files a/bin/Linux/BaseLibrary.dll and b/bin/Linux/BaseLibrary.dll differ diff --git a/bin/Linux/XvirusCLI.dll b/bin/Linux/XvirusCLI.dll index 3f77c31..1ad0454 100644 Binary files a/bin/Linux/XvirusCLI.dll and b/bin/Linux/XvirusCLI.dll differ diff --git a/bin/Linux/XvirusSDK.dll b/bin/Linux/XvirusSDK.dll index 21d5be4..926c04d 100644 Binary files a/bin/Linux/XvirusSDK.dll and b/bin/Linux/XvirusSDK.dll differ diff --git a/bin/Windows/BaseLibrary.dll b/bin/Windows/BaseLibrary.dll index 51a0b62..1a77746 100644 Binary files a/bin/Windows/BaseLibrary.dll and b/bin/Windows/BaseLibrary.dll differ diff --git a/bin/Windows/XvirusCLI.dll b/bin/Windows/XvirusCLI.dll index a7fd333..110f2c3 100644 Binary files a/bin/Windows/XvirusCLI.dll and b/bin/Windows/XvirusCLI.dll differ diff --git a/bin/Windows/XvirusCLI.exe b/bin/Windows/XvirusCLI.exe index 9271d13..b1ea9b6 100644 Binary files a/bin/Windows/XvirusCLI.exe and b/bin/Windows/XvirusCLI.exe differ diff --git a/bin/Windows/XvirusSDK.dll b/bin/Windows/XvirusSDK.dll index 21d5be4..926c04d 100644 Binary files a/bin/Windows/XvirusSDK.dll and b/bin/Windows/XvirusSDK.dll differ