Improved Windows support
This commit is contained in:
parent
3dffa69f37
commit
33da0cc315
16 changed files with 142 additions and 57 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue