|
@ -1,6 +1,6 @@ |
|
|
# Xvirus SDK C# |
|
|
# Xvirus SDK C# |
|
|
|
|
|
|
|
|
Xvirus SDK 4.0.5 C# bindings. |
|
|
Xvirus SDK 4.1 C# bindings. |
|
|
|
|
|
|
|
|
## Table of Contents |
|
|
## Table of Contents |
|
|
|
|
|
|
|
@ -17,12 +17,20 @@ Xvirus SDK 4.0.5 C# bindings. |
|
|
|
|
|
|
|
|
## Minimum Requirements |
|
|
## Minimum Requirements |
|
|
|
|
|
|
|
|
To run Xvirus SDK you need: |
|
|
To use Xvirus SDK you need: |
|
|
|
|
|
|
|
|
- .NET 5 Runtime - [download](https://dotnet.microsoft.com/download/dotnet/thank-you/runtime-5.0.11-windows-x64-installer) |
|
|
- .NET 7 SDK - [download](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) |
|
|
|
|
|
|
|
|
## Changelog |
|
|
## Changelog |
|
|
|
|
|
|
|
|
|
|
|
- Version **4.1**: |
|
|
|
|
|
|
|
|
|
|
|
- Upgraded from .NET 5 to .NET 7 |
|
|
|
|
|
- C++ bindings now also support Linux |
|
|
|
|
|
- Removed Minimum Requirements on C++ bindings and CLI |
|
|
|
|
|
- Changed how exceptions are handled in C++ bindings |
|
|
|
|
|
|
|
|
|
|
|
- Version **4.0**: |
|
|
- Completely redone in .NET 5 |
|
|
- Completely redone in .NET 5 |
|
|
- Now supports Linux (CLI and C# bindings only) |
|
|
- Now supports Linux (CLI and C# bindings only) |
|
|
- Added XvirusAI scan engine (BETA) |
|
|
- Added XvirusAI scan engine (BETA) |
|
@ -35,11 +43,12 @@ To run Xvirus SDK you need: |
|
|
## Known Issues |
|
|
## Known Issues |
|
|
|
|
|
|
|
|
- XvirusAI engine is still in BETA. It is not recomended to use in production yet. |
|
|
- XvirusAI engine is still in BETA. It is not recomended to use in production yet. |
|
|
|
|
|
- XvirusAI engine does not work in C++ bindings. |
|
|
- The checkUpdate function can now check for SDK updates but can't update it |
|
|
- The checkUpdate function can now check for SDK updates but can't update it |
|
|
|
|
|
|
|
|
## Get Started |
|
|
## Get Started |
|
|
|
|
|
|
|
|
The "`example`" folder contains an example project on how to import and use Xvirus SDK in C# (.NET Core 5). |
|
|
The "`example`" folder contains an example project on how to import and use Xvirus SDK in C# (.NET 7). |
|
|
|
|
|
|
|
|
You can run it by building it and then running executable file in the output folder. |
|
|
You can run it by building it and then running executable file in the output folder. |
|
|
|
|
|
|
|
|