externals: Update zydis to 4.0.0

Merge commit '6fa8d51479'
This commit is contained in:
Alexandre Bouvier 2022-11-20 21:52:58 +01:00
commit cbeed6396f
394 changed files with 61415 additions and 39455 deletions

View file

@ -33,7 +33,6 @@
#ifndef ZYDIS_SHORTSTRING_H
#define ZYDIS_SHORTSTRING_H
#include <ZydisExportConfig.h>
#include <Zycore/Defines.h>
#include <Zycore/Types.h>
@ -45,7 +44,9 @@ extern "C" {
/* Enums and types */
/* ============================================================================================== */
#pragma pack(push, 1)
#if !(defined(ZYAN_AARCH64) && defined(ZYAN_APPLE))
# pragma pack(push, 1)
#endif
/**
* Defines the `ZydisShortString` struct.
@ -67,7 +68,9 @@ typedef struct ZydisShortString_
ZyanU8 size;
} ZydisShortString;
#pragma pack(pop)
#if !(defined(ZYAN_AARCH64) && defined(ZYAN_APPLE))
# pragma pack(pop)
#endif
/* ============================================================================================== */
/* Macros */