rum-goggles/vendor/github.com/jchv/go-winloader/internal/winloader/nativearch_386.go

10 lines
264 B
Go
Raw Permalink Normal View History

2024-02-23 16:39:16 +00:00
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.ImageFileMachinei386