Improved security
This commit is contained in:
parent
074ce25997
commit
a80207d105
11 changed files with 42 additions and 77 deletions
|
@ -1,13 +1,5 @@
|
|||
package pe
|
||||
|
||||
const (
|
||||
// Align decides the alignment of the sections.
|
||||
Align = 0x200
|
||||
|
||||
// The code offset is the offset of the executable machine code within the file.
|
||||
CodeOffset = Align
|
||||
)
|
||||
|
||||
// CPU
|
||||
const (
|
||||
IMAGE_FILE_MACHINE_AMD64 = 0x8664
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue