rum-goggles/vendor/github.com/jchv/go-winloader/internal/winloader/nativearch_arm64.go
2024-02-23 11:39:16 -05:00

10 lines
265 B
Go

package winloader
import (
"github.com/jchv/go-winloader/internal/pe"
)
// NativeArch is a constant that will be equal to the PE machine type
// enumeration value that corresponds to the arch the binary is running as.
const NativeArch = pe.ImageFileMachineARM64