Zydis  v3.2.0
MetaInfo.h File Reference
#include <ZydisExportConfig.h>
#include <Zycore/Defines.h>
#include <Zycore/Types.h>
#include <Zydis/Generated/EnumInstructionCategory.h>
#include <Zydis/Generated/EnumISASet.h>
#include <Zydis/Generated/EnumISAExt.h>
Include dependency graph for MetaInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

ZYDIS_EXPORT const char * ZydisCategoryGetString (ZydisInstructionCategory category)
 Returns the specified instruction category string. More...
 
ZYDIS_EXPORT const char * ZydisISASetGetString (ZydisISASet isa_set)
 Returns the specified isa-set string. More...
 
ZYDIS_EXPORT const char * ZydisISAExtGetString (ZydisISAExt isa_ext)
 Returns the specified isa-extension string. More...
 

Function Documentation

◆ ZydisCategoryGetString()

ZYDIS_EXPORT const char* ZydisCategoryGetString ( ZydisInstructionCategory  category)

Returns the specified instruction category string.

Parameters
categoryThe instruction category.
Returns
The instruction category string or ZYAN_NULL, if an invalid category was passed.

◆ ZydisISAExtGetString()

ZYDIS_EXPORT const char* ZydisISAExtGetString ( ZydisISAExt  isa_ext)

Returns the specified isa-extension string.

Parameters
isa_extThe isa-extension.
Returns
The isa-extension string or ZYAN_NULL, if an invalid isa-extension was passed.

◆ ZydisISASetGetString()

ZYDIS_EXPORT const char* ZydisISASetGetString ( ZydisISASet  isa_set)

Returns the specified isa-set string.

Parameters
isa_setThe isa-set.
Returns
The isa-set string or ZYAN_NULL, if an invalid isa-set was passed.