Improved Windows support

This commit is contained in:
Eduard Urbach 2024-08-13 19:34:54 +02:00
parent 3dffa69f37
commit 33da0cc315
Signed by: eduard
GPG key ID: 49226B848C78F6C8
16 changed files with 142 additions and 57 deletions

View file

@ -1,5 +1,7 @@
package pe
const SectionHeaderSize = 40
type SectionHeader struct {
Name [8]byte
VirtualSize uint32