Implemented basic data access

This commit is contained in:
2023-10-18 17:03:31 +02:00
parent 8b66c9588c
commit 506d1e30bf
4 changed files with 36 additions and 15 deletions

View File

@ -4,8 +4,9 @@ const (
LittleEndian = 1
TypeExecutable = 2
ArchitectureAMD64 = 0x3E
Align = 16
HeaderSize = 64
CacheLineSize = 64
Align = CacheLineSize
)
// Header contains general information.