关于编译Lua文件的问题

发布于 2024-09-24 13:39:06 字数 204 浏览 1 评论 0原文

我想将我的 lua 文件编译为 LuaC (myfile.luac)。我正在使用 Scite 来编译 Lua。 直到现在我才开始听说,我无法在32位系统上将我的lua文件编译为64位二进制luaC文件。 那么如何在32位系统windows xp上将lua编译为32位和64位luaC呢?

顺便问一下,使用 Luac 有什么技巧吗? 而且,我的文件可以被反编译吗?我希望不要...

I want to compile my lua files to LuaC (myfile.luac). I'm using the Scite for compiling Lua.
I haven't started until now, I heard, that I cannot compile my lua files to a 64 bit binary luaC file on a 32 bit system.
So how can I compile lua to 32 bit and 64 bit luaC on a 32 bit system, windows xp?

Btw, are there any tipps for using Luac?
And, can my files be decompiled? I hope not ...

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

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

发布评论

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

评论(1

玩物 2024-10-01 13:39:06

关于32位与64位问题,请参阅lua 64位转换问题< /a> .

预编译的 Lua 脚本可以(部分)反编译。请参阅 http://luaforge.net/projects/luadec51/

您有什么建议?

About the 32- vs 64-bit issue, see lua 64-bit transitioning issue .

Precompiled Lua scripts can be (partially) decompiled. See http://luaforge.net/projects/luadec51/ .

What kind of tips do you have in mind?

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