mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 00:48:01 +08:00
[polyhook2] fix core feature (#33324)
This commit is contained in:
parent
fd6f4857d6
commit
e36a5c08dd
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "polyhook2",
|
"name": "polyhook2",
|
||||||
"version-date": "2023-05-16",
|
"version-date": "2023-05-16",
|
||||||
"port-version": 1,
|
"port-version": 2,
|
||||||
"description": "C++17, x86/x64 Hooking Library v2.0",
|
"description": "C++17, x86/x64 Hooking Library v2.0",
|
||||||
"homepage": "https://github.com/stevemk14ebr/PolyHook_2_0",
|
"homepage": "https://github.com/stevemk14ebr/PolyHook_2_0",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
@ -14,7 +14,8 @@
|
|||||||
{
|
{
|
||||||
"name": "vcpkg-cmake-config",
|
"name": "vcpkg-cmake-config",
|
||||||
"host": true
|
"host": true
|
||||||
}
|
},
|
||||||
|
"zydis"
|
||||||
],
|
],
|
||||||
"default-features": [
|
"default-features": [
|
||||||
"detours",
|
"detours",
|
||||||
@ -28,8 +29,7 @@
|
|||||||
"description": "Implement detour functionality",
|
"description": "Implement detour functionality",
|
||||||
"dependencies": [
|
"dependencies": [
|
||||||
"asmjit",
|
"asmjit",
|
||||||
"asmtk",
|
"asmtk"
|
||||||
"zydis"
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"exception": {
|
"exception": {
|
||||||
|
@ -6462,7 +6462,7 @@
|
|||||||
},
|
},
|
||||||
"polyhook2": {
|
"polyhook2": {
|
||||||
"baseline": "2023-05-16",
|
"baseline": "2023-05-16",
|
||||||
"port-version": 1
|
"port-version": 2
|
||||||
},
|
},
|
||||||
"polymorphic-value": {
|
"polymorphic-value": {
|
||||||
"baseline": "1.3.0",
|
"baseline": "1.3.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "def3f21d5fdcf75184eff747c70e7dcf5be18517",
|
||||||
|
"version-date": "2023-05-16",
|
||||||
|
"port-version": 2
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "4d6b2480d856d0e6009923d176fb68392e201ac8",
|
"git-tree": "4d6b2480d856d0e6009923d176fb68392e201ac8",
|
||||||
"version-date": "2023-05-16",
|
"version-date": "2023-05-16",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user