Releases: danisss9/Xvirus
Releases · danisss9/Xvirus
XvirusSDK 5.1.1
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
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
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
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
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
Changelog:
- Optimized scanning speed of PDF files
- ScanResult now returns the file path
- Added new ScanFolder() and ScanFolderString() functions