From 96452e7a045661ac346d723280e690de94f53b9d Mon Sep 17 00:00:00 2001 From: srozb Date: Thu, 8 Sep 2022 14:59:50 +0200 Subject: [PATCH] Added package peni (#2351) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 9a98f53..7268ba0 100644 --- a/packages.json +++ b/packages.json @@ -27408,5 +27408,20 @@ "description": "libfuzzy/ssdeep wrapper", "license": "GPL-2.0-only", "web": "https://github.com/srozb/nim-libfuzzy" + }, + { + "name": "peni", + "url": "https://github.com/srozb/peni", + "method": "git", + "tags": [ + "pe", + "tool", + "static", + "analysis", + "malware" + ], + "description": "PE tool based on libpe (with no S)", + "license": "MIT", + "web": "https://github.com/srozb/peni" } ]