Meaning of REX.w prefix before AMD64 jmp (FF25)
问题 While solving a bug I came across a difference between import jump tables of two Win64 DLLs. 64bit version of kernel32.dll uses plain FF25 jmp instruction in its import jump tables. On the other hand 64bit version of advapi32.dll uses 48FF25 which indicates REX.w=1 prefix before the jmp opcode. However, both seem to have 32bit operand specifying a RIP+offset address. Is there any meaning for REX.w prefix on this specific opcode? I'm not working with machine code often, so please excuse any