Skip to content

使用kaitai-struct配置文件描述unity assetbundle二进制结构

Notifications You must be signed in to change notification settings

jiangzhhhh/assetbundle.ksy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

assetbundle.ksy

通过使用kaitai-struct配置描述unity assetbundle文件二进制结构,生成代码解析器提取assetbundle资源。

用法

  1. 先安装kaitai-struct-compiler
  2. 安装kaitai-struct py runtime
  3. 编译assetbundle.ksy生成assetbundle.py
usage:
kaitai-struct-compiler assetbundle.ksy -t python
python extractbundle.py xxxx.assetbundle

About

使用kaitai-struct配置文件描述unity assetbundle二进制结构

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages