Zydis  v2.0.0-alpha2
CommonTypes.h File Reference

Includes and defines some default datatypes. More...

#include <Zydis/Defines.h>
#include <stdint.h>
#include <inttypes.h>
#include <stddef.h>
Include dependency graph for CommonTypes.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define ZYDIS_FALSE   0
 
#define ZYDIS_TRUE   1
 

Typedefs

typedef uint8_t ZydisBool
 @briefs Defines the ZydisBool datatype. More...
 

Detailed Description

Includes and defines some default datatypes.

Macro Definition Documentation

◆ ZYDIS_FALSE

#define ZYDIS_FALSE   0

◆ ZYDIS_TRUE

#define ZYDIS_TRUE   1

Typedef Documentation

◆ ZydisBool

typedef uint8_t ZydisBool

@briefs Defines the ZydisBool datatype.