diff --git a/README.md b/README.md index df07ec6..43ae301 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,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 @@ -108,7 +109,7 @@ You can find the definition of all functions and structs in the file `xvneng.h` - "**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 submitted 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/XvirusSDK.so b/bin/Linux/XvirusSDK.so index eef5dbc..a0f3a60 100644 Binary files a/bin/Linux/XvirusSDK.so and b/bin/Linux/XvirusSDK.so differ diff --git a/bin/Windows/XvirusSDK.dll b/bin/Windows/XvirusSDK.dll index 5d15df9..dbe4666 100644 Binary files a/bin/Windows/XvirusSDK.dll and b/bin/Windows/XvirusSDK.dll differ