问题标签 [unluac]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
1 问题
0
投票
0
回答
2787
浏览
lua - 如何从 cocos2d-x 框架中解密和反编译 luac 文件?
我知道 lua 版本存储在 luac 文件的第 5 个字节(标题)中。luac
这是我拥有的文件的前几个字节:
6D 6D 64 64 74 32
第 5 个字节是74
. 我的 Luac文件是 LuaJIT 字节码吗?
我正在尝试使用unluac反编译此文件并收到此错误
以下是使用luadec (lua 5.1)的错误
如何反编译这种文件类型?