luadec51
Lua decompiler
A tool for decompiling Lua 5.1 scripts into human-readable code
Lua Decompiler for Lua version 5.1
319 stars
38 watching
127 forks
Language: C
last commit: over 2 years ago
Linked from 1 awesome list
cdecompilerlua
Related projects:
Repository | Description | Stars |
---|---|---|
stravant/luaminify | Tools for parsing and transforming Lua source code | 260 |
9551-dev/pnglua | A compact and cleaner implementation of a PNG decoder in Lua | 11 |
brimworks/lua-zlib | A Lua binding to zlib for streaming compression and decompression | 275 |
slembcke/debugger.lua | A simple Lua debugger for embedded systems and single-file use. | 781 |
samboycoding/cpp2il | Reverses Unity's IL2CPP build process to its original managed DLLs | 1,729 |
bungle/lua-resty-snappy | A Lua module providing bindings to the Snappy compression algorithm | 19 |
mpeterv/luacheck | A tool for detecting and reporting issues in Lua code | 1,921 |
sygmei/luatalk | A collection of Lua code examples and explanations for a talk on the Lua programming language | 3 |
lunarmodules/luacheck | A tool for detecting issues in Lua code | 364 |
koihik/luaformatter | A tool to automatically reformat Lua source code according to predefined style guidelines. | 716 |
gvx/bitser | A Lua serialization and deserialization library optimized for speed and compactness | 159 |
yaocccc/nvim-hl-mdcodeblock.lua | A plugin that highlights markdown code blocks in a text editor. | 36 |
lua-stdlib/lua-stdlib | A collection of standard Lua libraries for various versions of the Lua programming language. | 289 |
kikito/inspect.lua | Transforms any Lua value into a human-readable representation. | 1,388 |
norman/lua-haml | An implementation of the Haml markup language for Lua. | 53 |