mirror of
https://github.com/pineappleEA/pineapple-src.git
synced 2024-12-13 04:58:25 -05:00
17 lines
312 B
JSON
17 lines
312 B
JSON
|
{
|
||
|
"name": "zydis",
|
||
|
"version-semver": "3.2.1",
|
||
|
"description": "Fast and lightweight x86/x86-64 disassembler library.",
|
||
|
"homepage": "https://zydis.re",
|
||
|
"dependencies": [
|
||
|
{
|
||
|
"name": "vcpkg-cmake",
|
||
|
"host": true
|
||
|
},
|
||
|
{
|
||
|
"name": "vcpkg-cmake-config",
|
||
|
"host": true
|
||
|
}
|
||
|
]
|
||
|
}
|