Improved Windows support

This commit is contained in:
2024-08-13 19:34:54 +02:00
parent 7b1a293cd0
commit e818e5b907
16 changed files with 142 additions and 57 deletions

View File

@ -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