Include pape lib (#2448)

* Add capstone

* Add pape library

* Fix capstone
This commit is contained in:
Stanislav 2023-01-03 04:42:16 +02:00 committed by GitHub
parent c0c3040b8e
commit 4556f1e59f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]