From 514d347d5000804d33c64a15addedd0a19c31e4c Mon Sep 17 00:00:00 2001 From: Huy Doan <106477+ba0f3@users.noreply.github.com> Date: Sun, 5 Sep 2021 03:36:58 +0700 Subject: [PATCH] Added package distorm3 (#1998) --- packages.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/packages.json b/packages.json index 1213819..f6a05a9 100644 --- a/packages.json +++ b/packages.json @@ -23661,5 +23661,22 @@ "description": "Block copy of any text in HTML", "license": "MIT", "web": "https://github.com/thisago/htmlAntiCopy" + }, + { + "name": "distorm3", + "url": "https://github.com/ba0f3/distorm3.nim", + "method": "git", + "tags": [ + "distorm,", + "distorm3,", + "x64,", + "i386,", + "x86-64,", + "disassembler,", + "disassembly" + ], + "description": "Nim wrapper for distorm3 - Powerful Disassembler Library For x86/AMD64", + "license": "MIT", + "web": "https://github.com/ba0f3/distorm3.nim" } ]