You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
The text was updated successfully, but these errors were encountered:
Discussed in #352
Originally posted by jonomango June 23, 2022
Hello,
I've noticed that the
XBEGIN
instruction hasmeta.branch_type
set toZYDIS_BRANCH_TYPE_NONE
when decoded, even though it is considered a conditional branch (meta.category
is set toZYDIS_CATEGORY_COND_BR
). I understand that there currently isn't a branch type that would fit forXBEGIN
, so I was wondering if this was an intentional design choice or maybe specified in the Intel SDM somewhere.Actions
C7 F8 XBEGIN rel16/rl32
instruction as "near branch"The text was updated successfully, but these errors were encountered: