Open
Description
Discussed in #352
Originally posted by jonomango June 23, 2022
Hello,
I've noticed that the XBEGIN
instruction has meta.branch_type
set to ZYDIS_BRANCH_TYPE_NONE
when decoded, even though it is considered a conditional branch (meta.category
is set to ZYDIS_CATEGORY_COND_BR
). I understand that there currently isn't a branch type that would fit for XBEGIN
, so I was wondering if this was an intentional design choice or maybe specified in the Intel SDM somewhere.
Actions
- Mark
C7 F8 XBEGIN rel16/rl32
instruction as "near branch"