什么是 .darc 文件以及如何反编译?

What is a .darc file and how to decompile?

我用 apktool 反编译了一个免费的 android apk,我发现了一个扩展名为 .darc 的文件。 它有很大的大小,当我用十六进制编辑器打开它时,它包含 .luac 文件引用和其他文件,但 luac 文件不在反编译的应用程序文件夹中。 我能做什么?有什么想法吗?

这个问题的主要目的是了解如何更改 apk 中的一些文本。例如,自定义游戏中的村庄名称或一些工具的名称。

它似乎是一个打包的存档:see here or here here(一个python包)

Darc is an archiving system for use in media projects that allows developers to contain and use their data files from .darc files that store data in a bz2 compressed and AES encrypted (optional) format.

更新: 您可以尝试使用此实用程序 (python):

uinpack .darc 文件

DARCTool

Darc 允许将媒体项目(图像、声音、视频等)的数据文件存储在称为 .darc 的特殊容器文件中,该文件压缩、加密、散列,然后存储每个文件以供验证和使用以后的日期。