c++ - Xed2-Intel64 library - Issue MOV opcode -
I have a problem with the C ++ xed2-Intel64 library. For example, opvd discs some opcodes with MOV opcode Are not:
49 89 d1: mov rsp rbp
but I get with xed_decode and mode:
xed_decoded_inst_set_mode (& amp; Xedd, XED_MACHINE_MODE_LEGACY_32, XED_ADDRESS_WIDTH_64b); 49: DEC eflag eax
89D1: MOV esp ebp
How can I avoid this? Thank you. 64 > Pass instead of XED_MACHINE_MODE_LEGACY_32 XED_MACHINE_MODE_LONG_64 - Left instruction decoding rule.
Comments
Post a Comment