Skip to content

ARM64 defines like IMAGE_FILE_MACHINE_ARM64 don't match docs #4400

Open
@markyoung2u

Description

@markyoung2u
  1. This page says link /dump /headers will produce a "8664 machine (x64) (ARM64X)" but on my win 10 professional system, VS 2022 calls armasm64.exe and creates what link /dump /headers says is "A641 machine (ARM64EC)" but 0xA641 is NOT in latest winnt.h.
  2. This page is for someone developing ARM while on an OS running ARM - where is the equivalent link{s} for when running on Window 10 or 11 but not ARM?

#define IMAGE_FILE_MACHINE_AMD64 0x8664 // AMD64 (K8)

Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions