Closed i509VCB closed 2 years ago
well, that's a little awkward. i assume the immediate address encoding must have been removed in the change because they considered an 8-byte address to be unwieldy or something (fair?)
didn't know the 9a encoding existed at all.. i suppose yaxpeax-x86 would benefit from differential fuzzing too.
Per the Intel manual, there is a valid Opcode in Compat/Legacy mode at
0x9A
.This does not return a
Opcode::CALL
in real mode or protected mode decoders:Long mode appears to be correct.