Zydis  v2.0.1
MetaInfo.h File Reference
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 isaSet)
 Returns the specified isa-set string. More...
 
ZYDIS_EXPORT const char * ZydisISAExtGetString (ZydisISAExt isaExt)
 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 NULL, if an invalid category was passed.

◆ ZydisISAExtGetString()

ZYDIS_EXPORT const char* ZydisISAExtGetString ( ZydisISAExt  isaExt)

Returns the specified isa-extension string.

Parameters
isaExtThe isa-extension.
Returns
The isa-extension string or NULL, if an invalid isa-extension was passed.

◆ ZydisISASetGetString()

ZYDIS_EXPORT const char* ZydisISASetGetString ( ZydisISASet  isaSet)

Returns the specified isa-set string.

Parameters
isaSetThe isa-set.
Returns
The isa-set string or NULL, if an invalid isa-set was passed.