From 4556f1e59f9bc1f1778f715b47389938c72945c1 Mon Sep 17 00:00:00 2001 From: Stanislav <90869971+hdbg@users.noreply.github.com> Date: Tue, 3 Jan 2023 04:42:16 +0200 Subject: [PATCH] Include pape lib (#2448) * Add capstone * Add pape library * Fix capstone --- packages.json | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/packages.json b/packages.json index 4e529da..437a05f 100644 --- a/packages.json +++ b/packages.json @@ -26518,11 +26518,8 @@ "name": "capstone", "url": "https://github.com/hdbg/capstone-nim", "method": "git", - "tags": [ - "wrapper", - "disasm" - ], - "description": "Capstone3 high-level wrapper", + "tags": ["wrapper", "disasm"], + "description":"Capstone3 high-level wrapper", "license": "MIT" }, { @@ -28380,5 +28377,19 @@ "description": "An Engine.IO client library for Nim", "license": "MIT", "web": "https://github.com/samc0de/engineio" + }, + { + "name": "pape", + "url": "https://github.com/hdbg/pape", + "method": "git", + "tags": [ + "windows", + "internal", + "pe", + "parser" + ], + "description": "Pure Nim PE parsing library", + "license": "MIT", + "web": "https://github.com/hdbg/pape" } ]