Info
Version: | 2.1.0 |
Author(s): | Sylvain B. for Airbus CERT |
Last Update: | Wednesday, January 5, 2022 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/airbus-cert/dnYara |
NuGet Url: | https://www.nuget.org/packages/dnYara.Interop |
Install
Install-Package dnYara.Interop
dotnet add package dnYara.Interop
paket add dnYara.Interop
dnYara.Interop Download (Unzip the "nupkg" after downloading)
Dependencies
- dnYara.NativePack(>= 1.0.3.4)
- NETStandard.Library(>= 1.6.1)
The compiled libyara shared library for Windows can be provided by dnYara.NativePack.
You can also compile the library yourself for your platform with cmake (instruction at https://github.com/airbus-cert/dnYara).