Disunity_V0.5.0 提取Unity生成的Apk的资源

本文记录了一次尝试使用Disunity_v0.5.0工具从Unity生成的APK中提取资源,尤其是损坏场景文件的过程。作者通过解压APK、寻找资源文件,学习并使用Disunity工具进行assert和bundle的解包操作。尽管遇到了.split文件无法识别的问题,但成功解压了Unity生成的exe文件中的数据包。
摘要由CSDN通过智能技术生成

首先说明一点,我最后并没有成功,仅供大家参考。

我做这个是因为,我的Unity工程中的Scene0.unity场景文件损坏了,我就想着应该这个文件在生成的APK里边,就想把它给解出来用。

步骤,

1.解压APK

将APK文件后缀改为rar/zip之类的直接解压得到下面的文件:

这就是个中规中矩的安卓APK的内部了。

2.寻找资源文件

喏~在这儿了

Managed中是所有引用的dll,以及自己的脚本文件组成的dll,听说在这个里边:Assembly-UnityScript.dll,不过这个不关我的事,我还要找.unity场景文件!!!!!

当然,我也想要资源文件,因为觊觎其他游戏的资源文件很久了,嘿嘿~

3.学习使用disunity_v0.5.0工具

你解压这个工具后,里边就有个读我,就是说明书了

来我们来初步读下

看起来是不是很牛逼,支持 2~5的反解。不过它又说,由于只支持原生文件的读写,这些文件呢不含任何对象反序列化,(这句我没懂,还得请教大家)。不过后面那句我是懂了,就是说反正不能直接解出来Assert了。

底下是操作说明。

用法是:disunity <command> [options] <file>

就是说disu

  • 7
    点赞
  • 2
    收藏
    觉得还不错? 一键收藏
  • 3
    评论
DisUnity v0.2.1 提取.assets .unity3d 文本 音频 字体 纹理图片 shader脚本等 不可用于非法破解他人资源,不可用于商业目的,仅供学习研究为目的!任何责任与上传者无关! 需JVM!!! 帮助: I've been working on an asset extraction tool for Unity-based games, since I needed such a tool for two Unity games I have. Moreover, the game engine has become very popular, so the unpacker should theoretically work with thousands of different games. Right now, it supports text, audio clips, most textures (including movie textures), fonts and substances from Unity versions ranging from 2.6 to 4.2. Support for static meshes is also planned, but will be added later, due to the complexity of the mesh data. There's no GUI for the tool yet, since it's still in an early experimental stage. So if you want to use it, you should have at least basic knowledge with the command line interface. :wink: Both source code and compiled builds are available on GitHub here. It is written in Java, so you'll also need to install the Java VM. For a quick start, you can use DisUnity like this: Code: disunity "resources.assets" (also works with .unity3d files) which is equivalent to: Code: disunity -c extract "resources.assets" If that doesn't work, try this: Code: java -jar disunity.jar "resources.assets" The files should then appear in a subfolder with the same name as the file. You can also try to play with the other parameters and commands that are listed with the -h parameter, but I think most normal people won't need these right now.
评论 3
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值