stevemk14ebr / PolyHook_2_0

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

Native Detour typedef #157

Closed itisluiz closed 2 years ago

itisluiz commented 2 years ago

Created because I found myself having to do this on every project of mine which used Polyhook2.

Adds a typedef to whichever detour works with the current compilation environment, be it x64Detour or x86Detour. The typedef is named NatDetour, it also includes the proper header.