[polyhook2] fix core feature (#33324)

This commit is contained in:
autoantwort 2023-08-23 20:55:48 +02:00 committed by GitHub
parent fd6f4857d6
commit e36a5c08dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 5 deletions

View File

@ -1,7 +1,7 @@
{
"name": "polyhook2",
"version-date": "2023-05-16",
"port-version": 1,
"port-version": 2,
"description": "C++17, x86/x64 Hooking Library v2.0",
"homepage": "https://github.com/stevemk14ebr/PolyHook_2_0",
"license": "MIT",
@ -14,7 +14,8 @@
{
"name": "vcpkg-cmake-config",
"host": true
}
},
"zydis"
],
"default-features": [
"detours",
@ -28,8 +29,7 @@
"description": "Implement detour functionality",
"dependencies": [
"asmjit",
"asmtk",
"zydis"
"asmtk"
]
},
"exception": {

View File

@ -6462,7 +6462,7 @@
},
"polyhook2": {
"baseline": "2023-05-16",
"port-version": 1
"port-version": 2
},
"polymorphic-value": {
"baseline": "1.3.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "def3f21d5fdcf75184eff747c70e7dcf5be18517",
"version-date": "2023-05-16",
"port-version": 2
},
{
"git-tree": "4d6b2480d856d0e6009923d176fb68392e201ac8",
"version-date": "2023-05-16",