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 |
Install
Install-Package dnYara
dotnet add package dnYara
paket add dnYara
dnYara Download (Unzip the "nupkg" after downloading)
Dependencies
- dnYara.Interop(>= 1.0.3.4)
- Mono.Posix.NETStandard(>= 1.0.0)
Tags
It lets you use all the features of Yara that the native C library exposes !
It is built in C# / .Net Standard to ensure compatibility with a maximum of .Net frameworks, and to be cross-platform.
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).