反编译 Lua 字节码的最佳工具?

发布于 2024-07-17 04:18:44 字数 99 浏览 2 评论 0原文

我真的很难找到一个好的 Lua 字节码反编译器。 我正在尝试反编译在游戏中找到的一些脚本文件,但它们似乎已编译,但似乎并非不可能解码。 反编译 Lua 二进制文件的最佳工具是什么?

I am really having trouble finding a good working Lua bytecode decompiler. I'm trying to decompile some scripting files I found in a game but they appear to be compiled, yet don't seem impossible to decode. What's the best tool to decompile Lua binaries?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

任谁 2024-07-24 04:18:44

看起来 LuaDec 本身上次更新为 Lua 5.0.2。 针对 Lua 5.1.x 字节码的新版本已发布为 LuaDec51wiki 始终是开始寻找 f3lix 提到的资源的好地方。 邮件列表也是一个询问的好地方。

请注意,向字节码加载器添加混淆甚至加密相对容易。 两者都不需要编辑 Lua 核心。 如果您正在分析的系统已采取任何这些措施,您可能还有更多工作要做。

It looks like LuaDec itself was last updated for Lua 5.0.2. A new version targeting Lua 5.1.x bytecode has been released as LuaDec51. The wiki is always a good place to start looking for resources as mentioned by f3lix. The mailing list is also a good place to ask.

Do note that it is relatively easy to add obfuscation or even encryption to the bytecode loader. Neither would require edits to the Lua core. If the system you are analyzing has taken any of those measures, you might have more work to do.

你怎么敢 2024-07-24 04:18:44

lua-users.org wiki 的 Lua Tools 页面列出了几个反编译器。 您的选择取决于您尝试反编译的 Lua 版本...

The Lua Tools page of the lua-users.org wiki lists a couple of decompilers. Your choice will depend on which Lua version your are trying to decompile...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文