Minor changes

This commit is contained in:
Eduard Urbach 2023-10-19 10:14:52 +02:00
parent 506d1e30bf
commit aab33fe86d
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
8 changed files with 46 additions and 36 deletions

View file

@ -6,7 +6,8 @@ import (
)
const (
baseAddress = 0x400000
minAddress = 0x10000
baseAddress = 0x40 * minAddress
)
// ELF64 represents an ELF 64-bit file.