提问 HW:如何在 x86-64 汇编中找到 REX 前缀、ModR/M、SIB 和位移?
1 分•作者: BitShift_-•9 个月前
如何在 x86-64 机器码中找到 REX 前缀、ModR/M、SIB 和位移字节?
请使用以下指令示例进行分步解释:
mov rax, [r8 + rcx * 8 + 0x10]
查看原文
How to find REX prefix, ModR/M, SIB, and Displacement bytes in x86-64 machine code?<p>please explain step-by-step using the example instruction:<p>mov rax, [r8 + rcx * 8 + 0x10]