Microsoft.CodeAnalysis.BinSkim
1.7.5
A correctness and security checker for Windows portable executables and Linux ELF binaries. BinSkim scans binaries to ensure they have been compiled in a secure way, e.g., by opting into data execution prevention, address layout randomization and other features.
Install-Package Microsoft.CodeAnalysis.BinSkim -Version 1.7.5
dotnet add package Microsoft.CodeAnalysis.BinSkim --version 1.7.5
<PackageReference Include="Microsoft.CodeAnalysis.BinSkim" Version="1.7.5" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.CodeAnalysis.BinSkim --version 1.7.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.CodeAnalysis.BinSkim, 1.7.5"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.CodeAnalysis.BinSkim as a Cake Addin
#addin nuget:?package=Microsoft.CodeAnalysis.BinSkim&version=1.7.5
// Install Microsoft.CodeAnalysis.BinSkim as a Cake Tool
#tool nuget:?package=Microsoft.CodeAnalysis.BinSkim&version=1.7.5
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Release Notes
Version 1.7.5 of BinSkim
Dependencies
This package has no dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on Microsoft.CodeAnalysis.BinSkim:
Repository | Stars |
---|---|
microsoft/microsoft-ui-xaml
Windows UI Library: the latest Windows 10 native controls and Fluent styles for your applications
|
|
NuGet/NuGetGallery
NuGet Gallery is a package repository that powers https://www.nuget.org
|