When I was tracing a piece of assembly program, I encountered an instruction "CALL DWORD PTR CS:[<&KERNEL32.GetPrivateProfileIntA>] with opcode 2E:FF15 84244100! Now I'm interested to know:
Though the opcode relevent to Call instruction is EA , why is the opcode mentioned as above used instead?
What does 2E: preceding the FF15 refer to?