q/src/pe/DataDirectory.go
Eduard Urbach 12e0ccf7b2
Some checks failed
/ test (push) Failing after 15s
Added Windows support
2025-07-01 13:37:40 +02:00

6 lines
No EOL
87 B
Go

package pe
type DataDirectory struct {
VirtualAddress uint32
Size uint32
}