询问HW:如何在x86-64汇编中找到REX前缀、Modr/M、SIB和位移?

1作者: BitShift_-23 天前原帖
如何在x86-64机器代码中找到REX前缀、ModR/M、SIB和位移字节?<p>请使用以下示例指令逐步解释:<p>mov rax, [r8 + rcx * 8 + 0x10]
查看原文
How to find REX prefix, ModR&#x2F;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]