stevemk14ebr / PolyHook_2_0

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

update dependencies #171

Closed wongsyrone closed 1 year ago

wongsyrone commented 1 year ago

Update asmjit, asmtk to latest git HEAD Update zydis to the latest v4.x git HEAD

ported to zydis 4.x API

Porting guide: https://github.com/zyantific/zydis/blob/master/assets/porting-guide-v3-v4.md

stevemk14ebr commented 1 year ago

Thanks!