luadec


a lua decompiler based on Hisham Muhammad and SztupY's luadec

Moved to https://github.com/viruscamp/luadec/

搬家到 https://github.com/viruscamp/luadec/


PLEASE USE LATEST SOURCE CODE

luadec is a lua decompiler.

Currently, it can only decompile unmodified luadec-5.1 binary.

And it performs badly on stripped binary.

It‘s based on SztupY's luadec51. I have fixed some bugs and make some improvments. Please see http://code.google.com/p/luadec/wiki/ReadmeEn


请用svn中的最新源码

luadec 是一个lua反编译器。

目前只能反编译未修改过的 lua-5.1 版本的 luac 文件。

对 luac -s 处理后的文件效果不佳。

基于 SztupY 的 luadec51 修改。修复了部分bug,添加了新功能。参见 http://code.google.com/p/luadec/wiki/ReadmeZhCn


SztupY's

https://github.com/sztupy/luadec51

http://luadec51.luaforge.net/

Hisham Muhammad's

http://luadec.luaforge.net/

Project Information

The project was created on Dec 12, 2011.

Labels:
lua decompiler luadec