目前是用了最新的3.3final版本,有个疑问是lua字节码是否能跨平台呢?还有我用compile_scripts编译的(参数是-m files -ek 密码 -es 签名 -e xxtea_chunk)这种方式是否能跨平台,安全不?还需要执行set_encrypt吗?
=====补充
查了下lua的文档,写到:The binary files created by
luac are portable to all architectures with the same word size.
也就是32位和64位编译的字节码是不兼容的,不知道用compile_scripts编译后要怎么解决这个问题?