luajit反编译

来源:互联网 发布:mac怎么下哔哩哔哩 编辑:程序博客网 时间:2024/04/28 03:02

In the LuaJIT source distribution, there is a folder called 'libs'
which contain necessary Lua files. Rename this as 'jit'.

Make a folder in the same directory as luajit.exe and call it 'lua';
copy the 'jit' folder into 'lua'.

The 'lua' folder will be where LuaJIT will initially look for Lua
packages;  now it contains the jit package and 'luajit -b' will work
and show you how to compile files to bytecode.
0 1