Skip to content

Releases: danisss9/Xvirus

XvirusSDK 5.1.1

09 Mar 16:07

Choose a tag to compare

XvirusSDK 5.1.1

See the Changelog for what's new in this release.

Release Assets

Asset Platform Description
XvirusSDK.5.1.1.nupkg Any C# NuGet package
CSharpSDK.zip Any C# SDK managed library + example
NativeSDK-Windows.zip Windows x64 Native AOT shared library + example
NativeSDK-Linux-glibc.zip Linux x64 (glibc ≥ 2.23) Native AOT shared library + example
NativeSDK-Linux-musl.zip Linux x64 (musl ≥ 1.2.2) Native AOT shared library + example
NodeSDK-Windows.zip Windows x64 Node.js native addon (.cjs / .mjs / .d.ts) + example
NodeSDK-Linux-glibc.zip Linux x64 (glibc ≥ 2.23) Node.js native addon + example
NodeSDK-Linux-musl.zip Linux x64 (musl ≥ 1.2.2) Node.js native addon + example
XvirusCLI-Windows.zip Windows x64 CLI tool (self-contained)
XvirusCLI-Linux-glibc.zip Linux x64 (glibc ≥ 2.23) CLI tool (self-contained)
XvirusCLI-Linux-musl.zip Linux x64 (musl ≥ 1.2.2) CLI tool (self-contained)

Xvirus Firewall 5.0Beta1

02 Mar 00:40

Choose a tag to compare

Xvirus Firewall 5.0Beta1

See the Changelog for what's new in this release.

Installation

Download and run XvirusFW-Installer-5.0Beta1.exe to install Xvirus Firewall.

Note: Administrator privileges are required during installation.

XvirusSDK 5.1

01 Mar 22:04

Choose a tag to compare

XvirusSDK 5.1

See the Changelog for what's new in this release.

Release Assets

Asset Platform Description
XvirusSDK.5.1.nupkg Any C# NuGet package
CSharpSDK.zip Any C# SDK managed library + example
NativeSDK-Windows.zip Windows x64 Native AOT shared library + example
NativeSDK-Linux-glibc.zip Linux x64 (glibc ≥ 2.23) Native AOT shared library + example
NativeSDK-Linux-musl.zip Linux x64 (musl ≥ 1.2.2) Native AOT shared library + example
NodeSDK-Windows.zip Windows x64 Node.js native addon (.cjs / .mjs / .d.ts) + example
NodeSDK-Linux-glibc.zip Linux x64 (glibc ≥ 2.23) Node.js native addon + example
NodeSDK-Linux-musl.zip Linux x64 (musl ≥ 1.2.2) Node.js native addon + example
XvirusCLI-Windows.zip Windows x64 CLI tool (self-contained)
XvirusCLI-Linux-glibc.zip Linux x64 (glibc ≥ 2.23) CLI tool (self-contained)
XvirusCLI-Linux-musl.zip Linux x64 (musl ≥ 1.2.2) CLI tool (self-contained)

Xvirus SDK 5.0

24 Jun 23:57

Choose a tag to compare

Changelog:

  • Updated to .NET 8
  • XvirusAI is now out of beta
  • XvirusAI now works on C++ bindings
  • Improved performance of heuristics engine
  • Added new settings: EnableSignatures, HeuristicsLevel, AILevel, MaxHeuristicsPeScanLength, MaxHeuristicsOthersScanLength, MaxAIScanLength, CheckSDKUpdates

Xvirus SDK 4.2.3

23 Nov 16:44

Choose a tag to compare

Changelog:

  • Fixed Windows scan performance regression
  • Fixed ScanFolder command not working in CLI
  • Fixed ScanFolderString JSON not formatted correctly
  • Fixed update check always returning there was a update

Full Changelog: XvirusSDK_4.2.2...XvirusSDK_4.2.3

Xvirus SDK 4.2.2

18 Nov 22:46
c4a2693

Choose a tag to compare

Changelog:

  • Optimized scanning speed of PDF files
  • ScanResult now returns the file path
  • Added new ScanFolder() and ScanFolderString() functions