Zydis  v3.0.0
File List
Here is a list of all files with brief descriptions:
[detail level 1234]
  include
  Zydis
  Generated
 EnumInstructionCategory.h
 EnumISAExt.h
 EnumISASet.h
 EnumMnemonic.h
 EnumRegister.h
  Internal
 DecoderData.h
 FormatterATT.hImplements the AT&T style instruction-formatter
 FormatterBase.hProvides formatter functions that are shared between the different formatters
 FormatterIntel.hImplements the INTEL style instruction-formatter
 SharedData.h
 String.hProvides some internal, more performant, but unsafe helper functions for the ZyanString data-type
 Decoder.hFunctions for decoding instructions
 DecoderTypes.hDefines the basic ZydisDecodedInstruction and ZydisDecodedOperand structs
 Formatter.hFunctions for formatting instructions to human-readable text
 FormatterBuffer.hImplements the ZydisFormatterToken type and provides functions to use it
 MetaInfo.h
 Mnemonic.hMnemonic constant definitions and helper functions
 Register.hUtility functions and constants for registers
 SharedTypes.hDefines decoder/encoder-shared macros and types
 ShortString.hDefines the immutable and storage-efficient ZydisShortString struct, which is used to store strings in the generated tables
 Status.hStatus code definitions and check macros
 Utils.hOther utility functions
 Zydis.hMaster include file, including everything else