aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/safetyhook/vcpkg.json
blob: 4862a659e7caa7cd881480b8b6841b516ec0d381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "safetyhook",
  "version-semver": "0.6.9",
  "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"
  ]
}