You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I found that DetourCodeFromPointer doesn't work propely for OutputDebugStringA on x64 platform because detour_skip_jmp doesn't handle rex.w (0x48) prefix before jmp [+imm32] (0xFF, 0x25, 0xXX, 0xXX, 0xXX, 0xXX). Could you please fix it?
Hi, I found that
DetourCodeFromPointer
doesn't work propely forOutputDebugStringA
on x64 platform becausedetour_skip_jmp
doesn't handlerex.w
(0x48
) prefix beforejmp [+imm32]
(0xFF
,0x25
,0xXX
,0xXX
,0xXX
,0xXX
). Could you please fix it?Detours/src/detours.cpp
Line 380 in 734ac64
The text was updated successfully, but these errors were encountered: