LuaDec is a Lua decompiler for lua 5.1 bytecode
.luac .lua
lua source code
Dockerfile linkslatest (luadec/Dockerfile)Using the cincan command to decompile lua bytecode file:
cincan run cincan/luadec compiled.luac
Using the docker command to achieve the same:
docker run --rm -v `pwd`:/data cincan/luadec compiled.lua
Luadec has two additional binaries, luaopswap and luareplace. You can access them by changing entrypoint, for example
cincan run --entrypoint /usr/local/bin/luaopswap cincan/luadec <input>
Content type
Image
Digest
Size
8.6 MB
Last updated
about 4 years ago
docker pull cincan/luadec