Decompile Luac -
luna is another Lua decompiler that supports Lua 5.1 and 5.2.
– decompilation is a lossy, heuristic process. However, for most standard LUAC files (non-obfuscated, with debug symbols), tools like unluac recover over 95% of original source readability . decompile luac
luac -l -p input.luac
A modern LUAC decompiler follows three stages: luna is another Lua decompiler that supports Lua 5