[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: LuaDec, a Lua decompiler
- From: "Hisham H. Muhammad" <hisham@...>
- Date: Mon, 17 Jan 2005 23:22:45 -0200
Hi all,
This is the first public announcement of LuaDec. From its webpage: "LuaDec is
a decompiler for the Lua language. It takes compiled Lua bytecodes and
attempts to produce equivalent Lua source code on standard output. It targets
Lua 5.0.2."
At this point, it is far from being a fail-proof decompiler. There are known
situations where it can get confused, but at this point the most common
constructs are handled (all demos from the Lua distribution are correctly
decompiled, for example), so it could be a useful tool to aid in retrieving
lost sources. Download links and more information can be found here:
http://www.inf.puc-rio.br/~hisham/luadec.html
Enjoy!
-- Hisham