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. XED_MACHINE_MODE_LONG_64

64 > Pass instead of XED_MACHINE_MODE_LEGACY_32 - Left instruction decoding rule.


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -