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
Is there a way to access the primary code in the latest available version? I know that the field has been deprecated (though not removed) and that I can use ud_insn_mnemonic (returns an enum) but I'd like to access the primary opcode as a value. Is there a workaround for this?
The text was updated successfully, but these errors were encountered:
See also: #103. The workaround you're looking for is to simply revert part of the commit that is linked there, i.e. restore the assignment in decode_opcode().
Is there a way to access the primary code in the latest available version? I know that the field has been deprecated (though not removed) and that I can use ud_insn_mnemonic (returns an enum) but I'd like to access the primary opcode as a value. Is there a workaround for this?
The text was updated successfully, but these errors were encountered: