mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
21 lines
423 B
JSON
21 lines
423 B
JSON
{
|
|
"name": "safetyhook",
|
|
"version-semver": "0.6.9",
|
|
"port-version": 1,
|
|
"description": "C++23 procedure hooking library.",
|
|
"homepage": "https://github.com/cursey/safetyhook",
|
|
"license": "BSL-1.0",
|
|
"supports": "(windows | linux) & !arm & !uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
},
|
|
"zydis"
|
|
]
|
|
}
|