stevemk14ebr / PolyHook_2_0

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

AsmJit update in vcpkg breaks polyhook #201

Closed kobalicek closed 3 months ago

kobalicek commented 3 months ago

Would it be possible to update polyhook to support the latest asmjit?

There was one API change which doesn't have deprecation and unfortunately polyhook stopped building.

stevemk14ebr commented 3 months ago

Yes I can do this. Thanks for making me aware, please give me a few days

I know the work it takes to keep vcpkgs that rely on each other happy :)

stevemk14ebr commented 3 months ago

Completed in https://github.com/stevemk14ebr/PolyHook_2_0/commit/796de83bd2f5cf2b56a24b75f49ea318bbb5e9d9

kobalicek commented 3 months ago

Amazing thanks!