21 lines
No EOL
535 B
Text
21 lines
No EOL
535 B
Text
//------------------------------------------------
|
|
//--- 010 Editor v12.0.1 Binary Template
|
|
//
|
|
// File: dt_chunk.dt
|
|
// Authors:
|
|
// Version:
|
|
// Purpose:
|
|
// Category:
|
|
// File Mask:
|
|
// ID Bytes:
|
|
// History:
|
|
//------------------------------------------------
|
|
uint64 extension_hash <format=hex>;
|
|
uint64 name_hash <format=hex>;
|
|
|
|
// Probably a count, could be the number of file
|
|
uint32 unknown_3;
|
|
|
|
// Until eof?
|
|
// Probably not, because many bundles, even when uncompressed, end with the same/similar trailer
|
|
byte data; |