文件打包的格式

博客介绍了文件的结构,包括文件头、哈希表、命名数据表和文件条目表等。文件头包含文件ID和文件头信息,部分结构被加密。哈希表未加密,命名数据表和文件条目表则是加密的,还详细说明了各表条目的字节大小和含义。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

[File Header]
[File ID]
DWORD 4 - byte : Magic Number
DWORD 4 - byte : Versiong Number
DWORD 64 - byte : KEY
[/File ID]

[File Header Info] --- this Struct Is Encrypted
DWORD 4 - byte : File Len (Low-Order 4 byte)
DWORD 4 - byte : File Len (High-Order 4 byte)
DWORD 4 - byte : FileFlag
DWORD 4 - byte : HashTable Size
DWORD 4 - byte : Named Data Table Size
DWORD 4 - byte : File Entry Table Size
DWORD 16 byte : Reserved Byte
[/File Header Info]

[File Header]


[Hash Table] -- This Table is Not Encrypted
[Hash Table Entry]
DWORD 4-byte : ID Hash Value 1
DWORD 4-byte : ID Hash Value 2
DWORD 4-byte : Flag
DWORD 4-byte : BlockIndex
[/Hash Table Entry]
[/Hash Table]

[Named Data Table] -- This Table is Encrypted
[Named Data Entry]
DWORD 4 - byte : Data Name
DWORD 4 - byte : Data Index
DWORD 4 - byte : BlockIndex
DWORD 4 - byte : Reserved
char 32 - byte : Readable Name
[/Named Data Entry]
[/Named Data Table]

[File Entry Table] -- This Table is Encrypted
[File Entry]
DWORD 4 - byte : FileStartAt
DWORD 4 - byte : PackedSize
DWORD 4 - byte : FileSize-Without packed
DWORD 4 - byte : dwFlag
DWORD 4 - byte : Reserved
char 128 - byte : File Name(Readable)
[/File Entry]
[/File Entry Table]

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值