20
0

only read required field for BOF record

This commit is contained in:
Alex Ustyantsev 2021-03-30 13:28:12 +03:00
parent 4a6cf26307
commit 035abb7993

4
bof.go
View File

@ -23,8 +23,4 @@ func (b *bof) utf16String(buf io.ReadSeeker, count uint32) string {
type biffHeader struct {
Ver uint16
Type uint16
Id_make uint16
Year uint16
Flags uint32
Min_ver uint32
}