Added memory address patching
This commit is contained in:
parent
6f097c9eee
commit
23e8b67e88
9 changed files with 98 additions and 35 deletions
|
@ -5,7 +5,6 @@ const (
|
|||
TypeExecutable = 2
|
||||
ArchitectureAMD64 = 0x3E
|
||||
HeaderSize = 64
|
||||
Align = 16
|
||||
)
|
||||
|
||||
// Header contains general information.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue