From 940922a21f0a559d655c5b71f3b0ec2e4a349112 Mon Sep 17 00:00:00 2001 From: m4ul3r <75012320+m4ul3r@users.noreply.github.com> Date: Wed, 12 Jun 2024 13:22:26 -0400 Subject: [PATCH] Update packages.json (#2891) --- packages.json | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/packages.json b/packages.json index b71e900..fc0b146 100644 --- a/packages.json +++ b/packages.json @@ -33635,7 +33635,7 @@ "license": "MIT & Unlicense", "web": "https://git.sr.ht/~bptato/monoucha" }, - { + { "name": "libcapstone", "url": "https://github.com/m4ul3r/libcapstone-nim", "method": "git", @@ -33650,5 +33650,23 @@ "description": "Futhark generated wrapper around libcapstone", "license": "MIT", "web": "https://github.com/m4ul3r/libcapstone-nim" + }, + { + "name": "libunicorn", + "url": "https://github.com/m4ul3r/libunicorn-nim", + "method": "git", + "tags": [ + "unicorn", + "unicorn-engine", + "enumlation", + "cpu-emulator", + "security", + "library", + "futhark", + "wrapper" + ], + "description": "Futhark generated wrapper around unicorn-engine", + "license": "MIT", + "web": "https://github.com/m4ul3r/libunicorn-nim" } ]