|
Zydis
master
|
#include <Zydis/Defines.h>#include <Zydis/Generated/EnumInstructionCategory.h>#include <Zydis/Generated/EnumISASet.h>#include <Zydis/Generated/EnumISAExt.h>

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... | |
| ZYDIS_EXPORT const char* ZydisCategoryGetString | ( | ZydisInstructionCategory | category | ) |
Returns the specified instruction category string.
| category | The instruction category. |
ZYAN_NULL, if an invalid category was passed. | ZYDIS_EXPORT const char* ZydisISAExtGetString | ( | ZydisISAExt | isa_ext | ) |
Returns the specified isa-extension string.
| isa_ext | The isa-extension. |
ZYAN_NULL, if an invalid isa-extension was passed. | ZYDIS_EXPORT const char* ZydisISASetGetString | ( | ZydisISASet | isa_set | ) |
Returns the specified isa-set string.
| isa_set | The isa-set. |
ZYAN_NULL, if an invalid isa-set was passed.