Added Windows PE support

This commit is contained in:
2024-08-13 14:07:40 +02:00
parent b90ee62b98
commit 7b1a293cd0
20 changed files with 373 additions and 103 deletions

View File

@ -1,11 +1,7 @@
package elf
const (
LittleEndian = 1
TypeExecutable = 2
ArchitectureAMD64 = 0x3E
HeaderSize = 64
)
// HeaderSize is equal to the size of a header in bytes.
const HeaderSize = 64
// Header contains general information.
type Header struct {