Browse Source

quick fix and documentation update

master XvirusSDK_5.0
Dani Santos 7 days ago
parent
commit
f391547d35
  1. 3
      README.md
  2. BIN
      bin/Linux/XvirusSDK.so
  3. BIN
      bin/Windows/XvirusSDK.dll

3
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.

BIN
bin/Linux/XvirusSDK.so

Binary file not shown.

BIN
bin/Windows/XvirusSDK.dll

Binary file not shown.
Loading…
Cancel
Save