zyantific / zydis

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

error with instruction.length #80

Closed ddkwork closed 5 years ago

ddkwork commented 5 years ago

https://github.com/asmjit/asmjit/issues/217 image

athre0z commented 5 years ago

That's correct behavior, the shown byte-code is actually 15 bytes long. It's a long nop with a lot of padding prefixes.

ylup6arnwln4x6kw
ddkwork commented 5 years ago

i am sorry again