Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

20 lines
402 B
JSON

{
"name": "safetyhook",
"version-semver": "0.6.5",
"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"
]
}