lua 64-bit transitioning issue

后端 未结 2 425
执念已碎
执念已碎 2021-01-11 22:05

I really hope there is some help to get on this subject. Has anyone ever used lua in an application that needs to have both 32-bit and 64-bit support? We are currently trans

相关标签:
2条回答
  • 2021-01-11 22:33

    It's not hard to adapt lundump.c to read 32-bit bytecode files. I've posted a roadmap for this in the Lua mailing list. If you have problems, please send me email.

    0 讨论(0)
  • 2021-01-11 22:54

    You could try LuaDec: "LuaDec is a decompiler for the Lua language." I don't know much about it, and the website states that it targets Lua 5.0.2. So, it may not work out of the box, but it's better than starting from scratch.

    0 讨论(0)
提交回复
热议问题