Add minhook package (#1711)

This commit is contained in:
Ward 2020-11-15 17:46:00 +08:00 committed by GitHub
parent 57e9868892
commit a902b25d74
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20377,6 +20377,19 @@
"license": "MIT",
"web": "https://github.com/WilliamDraco/NWNT"
},
{
"name": "minhook",
"url": "https://github.com/khchen/minhook",
"method": "git",
"tags": [
"hook",
"hooking",
"windows"
],
"description": "MinHook wrapper for Nim",
"license": "MIT",
"web": "https://github.com/khchen/minhook"
},
{
"name": "bytesequtils",
"url": "https://github.com/Clonkk/bytesequtils",