Search found 1 match

by IBHK
Sun Apr 17, 2016 12:11 pm
Forum: wimlib discussion
Topic: Revealing unknown_0x14 in struct WimOverlay_dat_header
Replies: 2
Views: 11711

Revealing unknown_0x14 in struct WimOverlay_dat_header

After some investigations, I'm convinced that the members

'le32 num_entries_2' and
'le32 unknown_0x14'

of 'struct WimOverlay_dat_header' have the meaning of

'le64 next availabale data source id'

so this struct should be declared and handled like this:

struct WimOverlay_dat_header
{
/* Set ...