Skip to content
This repository was archived by the owner on Dec 20, 2025. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion wiki/utf.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Usually 44 bytes
|-|-|-|-|
0x00 | uint32 | Next sibling offset |
0x04 | uint32 | Dictionary name offset |
0x08 | uint32 | Entry type | Directory (0x10) or file (0x80) (see: Win32 API dwFileAttributes)
0x08 | uint8 | Entry type | Directory (0x10) or file (0x80) (see: Win32 API dwFileAttributes)
0x0C | uint32 | Sharing attributes | Ignored - Set to zero
0x10 | uint32 | Child or data offset | Offset to child entry if type is 0x80 or to data if type is 0x10
0x14 | uint32 | Allocated data size | Allocated data byte length.
Expand Down