Detours icon indicating copy to clipboard operation
Detours copied to clipboard

don't break stack walking

Open jdu2600 opened this issue 1 year ago • 0 comments

Detouring a function should not break our ability to walk the call stack.

On X64, suggest that we require the Detour to reside in MEM_IMAGE so that Windows has access to the compiler generated function information necessary for unwinding. This will prevent surprises.

jdu2600 avatar Nov 06 '23 06:11 jdu2600