IMAGE_FILE_MACHINE_ARM64X - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTIMAGE_H
#include <pshpack4.h>
#if (PHNT_MODE != PHNT_MODE_KERNEL)

#define IMAGE_FILE_MACHINE_ARM64X            0xA64E

#endif
#include <poppack.h>
#endif

View code on GitHub

No description available.