ocat icon indicating copy to clipboard operation
ocat copied to clipboard

Consider switching from minihook to MSR Detours for API hooking

Open rys opened this issue 4 years ago • 0 comments

Microsoft Research has open sourced their Detours library for interception and hooking of external library code. OCAT currently uses minihook, which is functional, but Detours might provide better compatibility with applications in situations when minihook's hooking strategy fails.

It's worth investigating it at least, to see if it might provide benefits.

rys avatar Sep 10 '21 12:09 rys