issues
search
simdsoft
/
x-studio
This is the issues tracking, roadmap, docs src repo of the x-studio IDE. Copyright © 2014-2024 Simdsoft Limited
https://simdsoft.com/x-studio
118
stars
37
forks
source link
Improve API hooking strategy
#920
Closed
halx99
closed
2 years ago
halx99
commented
2 years ago
Hooking libraries
https://github.com/microsoft/Detours
https://github.com/stevemk14ebr/PolyHook_2_0
Fallback levels:
ms-detours
polyhook2 (don't use, not safe, will cause target process crash)
IAT
References
http://kylehalladay.com/blog/2020/11/13/Hooking-By-Example.html
Hooking libraries
Fallback levels:
References