From eaa1b248a3a3d20f33e187ce8012aa28155fc7d6 Mon Sep 17 00:00:00 2001 From: srozb Date: Wed, 5 Oct 2022 18:14:20 +0200 Subject: [PATCH] Added package authenticode (#2373) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index b41e1b2..30e8399 100644 --- a/packages.json +++ b/packages.json @@ -27646,5 +27646,20 @@ "description": "pure Nim CSS Grid layout engine", "license": "MIT", "web": "https://github.com/elcritch/cssgrid" + }, + { + "name": "authenticode", + "url": "ssh://git@github.com/srozb/authenticode", + "method": "git", + "tags": [ + "library", + "cryptography", + "digital-signature", + "executable", + "pe" + ], + "description": "PE Authenticode parser based on libyara implementation", + "license": "BSD-3-Clause", + "web": "ssh://git@github.com/srozb/authenticode" } ]