Zydis  v3.0.0
Version

Functions for checking the library version and build options. More...

Functions

ZYDIS_EXPORT ZyanU64 ZydisGetVersion (void)
 Returns the zydis version. More...
 
ZYDIS_EXPORT ZyanStatus ZydisIsFeatureEnabled (ZydisFeature feature)
 Checks, if the specified feature is enabled in the current zydis library instance. More...
 

Detailed Description

Functions for checking the library version and build options.

Function Documentation

◆ ZydisGetVersion()

ZYDIS_EXPORT ZyanU64 ZydisGetVersion ( void  )

Returns the zydis version.

Returns
The zydis version.

Use the macros provided in this file to extract the major, minor, patch and build part from the returned version value.

◆ ZydisIsFeatureEnabled()

ZYDIS_EXPORT ZyanStatus ZydisIsFeatureEnabled ( ZydisFeature  feature)

Checks, if the specified feature is enabled in the current zydis library instance.

Parameters
featureThe feature.
Returns
ZYAN_STATUS_TRUE if the feature is enabled, ZYAN_STATUS_FALSE if not. Another zyan status code, if an error occured.