Zydis
v2.0.0-alpha2
|
General helper and platform detection macros. More...
#include <ZydisExportConfig.h>
#include <assert.h>
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | ZYDIS_UNKNOWN_COMPILER |
#define | ZYDIS_INLINE static inline |
#define | ZYDIS_ASSERT(condition) assert(condition) |
#define | ZYDIS_UNREACHABLE { assert(0); abort(); } |
#define | ZYDIS_BITFIELD(x) : x |
Declares a bitfield. | |
#define | ZYDIS_ARRAY_SIZE(arr) (sizeof(arr) / sizeof(arr[0])) |
Calculates the size of an array. | |
General helper and platform detection macros.