From f263909123b25462666df5b19621c8ffa371461b Mon Sep 17 00:00:00 2001 From: Huy Doan <106477+ba0f3@users.noreply.github.com> Date: Wed, 27 Oct 2021 22:39:12 +0700 Subject: [PATCH] Added package frida (#2044) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index d6bc1d8..0062d2d 100644 --- a/packages.json +++ b/packages.json @@ -24040,6 +24040,20 @@ "license": "MIT", "web": "https://github.com/hamidb80/uncomment" }, + { + "name": "frida", + "url": "https://github.com/ba0f3/frida.nim", + "method": "git", + "tags": [ + "frida", + "frida-core", + "instrument", + "reverse-engineering" + ], + "description": "Frida wrapper", + "license": "MIT", + "web": "https://github.com/ba0f3/frida.nim" + }, { "name": "scinim", "url": "https://github.com/SciNim/scinim",