Added ELF program header
This commit is contained in:
parent
5fc2911523
commit
65d794458a
3 changed files with 25 additions and 8 deletions
|
@ -4,6 +4,7 @@ const (
|
|||
LittleEndian = 1
|
||||
TypeExecutable = 2
|
||||
ArchitectureAMD64 = 0x3E
|
||||
Align = 16
|
||||
HeaderSize = 64
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue