Minor changes
This commit is contained in:
parent
ef89ce84d7
commit
3880a493c1
8 changed files with 46 additions and 36 deletions
|
@ -6,7 +6,8 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
baseAddress = 0x400000
|
||||
minAddress = 0x10000
|
||||
baseAddress = 0x40 * minAddress
|
||||
)
|
||||
|
||||
// ELF64 represents an ELF 64-bit file.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue