unity游戏资源提取工具AssetStudio多语言版
立即下载
资源介绍:
AssetStudio(简称AS)是一款Github上的开源软件,可以解包未加密的资源数据
具体来讲,用于2d手游提取立绘是它最常用的功能.。
github开源地址:https://github.com/zhangjiequan/AssetStudio
基于https://github.com/SiMaLaoShi/AssetStudio_Tuanjie修改的汉化版,添加了多语言支持
# What is new ?
Support decompilation of 64 bit luajit bytecode
支持反编译64位luajit字节码
## Ref
[luajit反编译、解密 - 『软件调试区』 - 吾爱破解 - LCG - LSG |安卓破解|病毒分析|www.52pojie.cn](https://www.52pojie.cn/thread-1378796-1-1.html)
# zzwlpx's ReadMe
代码在fork https://github.com/NightNord/ljd 的基础上修改的
主要修正了原版本没有将_read_header函数解析过的header中的flag值带进_read_protoypes。
解决了原代码只能解析带调试信息的luajit字节码,而解析不带调试信息字节码时报错的问题。
此版本可解析luajit2.1.0-beta2的字节码文件。如果要解析其它版本的luajit字节码文件,需要将
luajit源码中的opcode,写进instruction.py 和 code.py
使用说明:python main.py "path of luajit-bytecode"
解释文档:http://www.freebuf.com/column/177810.html
参考:https://github.com/NightNord/ljd
https://github.com/feicong/lua_re/blob/master/lua/lua_re3.md
https://bbs.pediy.com/thread-216800.htm
资源文件列表:
AssetStudio_2024.7.31.zip 大约有120个文件