stevemk14ebr / PolyHook_2_0

C++20, x86/x64 Hooking Libary v2.0
MIT License
1.58k stars 222 forks source link

Link issue with x86-windows-static #176

Closed TerryS94 closed 1 year ago

TerryS94 commented 1 year ago

Reinstalled windows last night and went from polyhook2 version 2022-03-01 to 2023-05-16 using vcpkg and im noticing now it's having trouble linking against zydis related functions. Would appreciate any help, if it's not an actual issue with the lib itself. Otherwise, I hope this feedback helps you. (It's only these 6 for me in the screenshot below) zydismoment

TerryS94 commented 1 year ago

Built it with cmake instead and i replaced the polyhook_2.lib that gets put in the vcpkg dir with the one the cmake generated just to see if that would fix it and it ended up linkin just fine after that. So there it is.