Online Lua Decompiler (for Lua 5.1)16/03/2021


                            

Please upload a Lua 5.1 binary file.


About

Decompilers do exactly the opposite of what compilers do,
Decompilers turn Lua bytecode back into Lua script!

Unfortunately, most of the data went lost during the compiling process, meaning that decompilers won't be able to give you the original input. But thankfully the main logic, such as the control flow and decision making, together with all its variables, are still intact and will be revealed after the decompiling process.

Not only can you decompile through our little box above, but you can also make use of the open REST API. Details about the REST API can be found below!

REST API

Type URL Description
POST /api/decompile/ Decompiles the embedded Lua binary file.


Something wrong?

Find me on GitHub!