vcpkg/ports/zydis/vcpkg.json
Jia Yue Hua 45287bdd9d
[zydis,polyhook2] update to v4.0, 2023-05-16 (#31909)
* [zydis] update to v4.0

* update version

* revert patch formating

* update version

* fix eror

* fix hash

* [polyhook2]: update to 2023.05.16

* CI [skip actions]

* CI

---------

Co-authored-by: Jonliu1993 <13720414433@163.com>
2023-06-13 20:49:59 -07:00

19 lines
346 B
JSON

{
"name": "zydis",
"version-semver": "4.0.0",
"description": "Fast and lightweight x86/x86-64 disassembler library.",
"homepage": "https://zydis.re",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
"zycore"
]
}