zyantific / zydis

Fast and lightweight x86/x86-64 disassembler and code generation library
https://zydis.re
MIT License
3.3k stars 427 forks source link

Decoder: add missing underscore for `ZydisDecodedInstructionRawEvex` #501

Closed athre0z closed 3 months ago

athre0z commented 3 months ago

@can1357 noticed that we were missing an underscore after ZydisDecodedInstructionRawEvex, this fixed that.