stevemk14ebr / PolyHook_2_0

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

VEH Hook function #165

Closed LYingSiMon closed 1 year ago

LYingSiMon commented 1 year ago

hello,Can we add VEH Hook functionality ?(For example, set the memory property to No Access) Because some programs check EAT and IAT,and use crc to detect inline hooks and software breakpoints,but hardware breakpoints only four can be used.

😭

stevemk14ebr commented 1 year ago

There is an implementation of this in polyhook v1. I am not sure if I will include this in polyhook 2. You're welcome to submit a PR though and I'll review