mirror of
https://github.com/logos-messaging/packages.git
synced 2026-01-03 22:53:10 +00:00
Include pape lib (#2448)
* Add capstone * Add pape library * Fix capstone
This commit is contained in:
parent
c0c3040b8e
commit
4556f1e59f
@ -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"
|
||||
}
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user