detour_skip_jmp
for arm64 doesn't support unconditional branch
#295
Labels
bug
Something isn't working
detour_skip_jmp
for arm64 doesn't support unconditional branch
#295
Hello! I found that there is almost the same issue as #293 with
DetourCodeFromPointer
on arm64. It doesn't work properly forOutputDebugStringA
, becausedetour_skip_jmp
doesn't support unconditional jumpB <label>
. As a result, when you try to hookOutputDebugStringA
you are actually hookingkernel32.dll!OutputDebugStringAStub
instead of theKernelBase.dll!OutputDebugStringA
.Detours/src/detours.cpp
Line 1049 in 734ac64
The text was updated successfully, but these errors were encountered: