View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000547 | file | General | public | 2024-08-05 09:04 | 2024-08-05 09:04 |
Reporter | Kent | Assigned To | |||
Priority | low | Severity | text | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 5.45 | ||||
Summary | 0000547: File prints the tree length of a VPK file as the number of entries | ||||
Description | File currently interprets a VPK directory file's tree length as the number of entries in the file. See here for the header format: https://developer.valvesoftware.com/wiki/VPK_(file_format)#File_Format | ||||
Steps To Reproduce | Use the file command on a VPK directory file. Example: file tf2_misc_dir.vpk tf2_misc_dir.vpk: Valve Pak file, version 2, 4876742 entries | ||||
Additional Information | dd if=tf2_misc_dir.vpk bs=32 count=1 2>/dev/null | hexdump -Cv 00000000 34 12 aa 55 02 00 00 00 c6 69 4a 00 00 00 00 00 |4..U.....iJ.....| 00000010 e4 3a 01 00 30 00 00 00 28 01 00 00 62 61 6b 00 |.:..0...(...bak.| | ||||
Tags | vpk | ||||