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

Missing enum definitions in Documentation #465

Closed r3bb1t closed 7 months ago

r3bb1t commented 7 months ago

Here we can see the documentation for meta information of decoded instruction with fields which are not available directly. It makes users forced to clone the repo from github and manually grepping the needed enum definitions.

For example, ZydisInstructionCategory is defined in include/Zydis/Generated/EnumInstructionCategory.h and is invisible in documentation.

athre0z commented 7 months ago

Ah yes, good catch. Fixed in #467.