Skip to content

Instantly share code, notes, and snippets.

@viceice
viceice / CheckFile.cs
Created March 9, 2018 05:49 — forked from sailro/CheckFile.cs
Check Authenticode, StrongName and assembly references
using System;
using System.Text;
using Mono.Cecil;
using System.Security.Cryptography.X509Certificates;
namespace CheckFiles
{
[Flags]
enum CheckTypes
{