Improved Windows support
This commit is contained in:
@ -1,5 +1,13 @@
|
||||
package pe
|
||||
|
||||
const (
|
||||
// Align decides the alignment of the sections.
|
||||
Align = 0x200
|
||||
|
||||
// The code offset is the offset of the executable machine code within the file.
|
||||
CodeOffset = Align
|
||||
)
|
||||
|
||||
// CPU
|
||||
const (
|
||||
IMAGE_FILE_MACHINE_AMD64 = 0x8664
|
||||
|
Reference in New Issue
Block a user