Improved Windows support
This commit is contained in:
parent
3dffa69f37
commit
33da0cc315
16 changed files with 142 additions and 57 deletions
|
@ -1,5 +1,7 @@
|
|||
package pe
|
||||
|
||||
const SectionHeaderSize = 40
|
||||
|
||||
type SectionHeader struct {
|
||||
Name [8]byte
|
||||
VirtualSize uint32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue