[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: unluac, a Lua 5.1 decompiler
- From: Rebel Neurofog <rebelneurofog@...>
- Date: Sun, 15 Apr 2012 08:39:23 +0400
On Sun, Apr 15, 2012 at 6:28 AM, tehtmi <tehtmi@gmail.com> wrote:
> Hello all,
>
> I've written a decompiler for Lua 5.1. It runs on chunks that have been
> compiled by luac with debugging information and attempts to print out a
> valid Lua program that would be compiled into equivalent bytecode.
It would be very interesting to see output for debug-stripped chunk.
And especially to compare with output from unstripped chunk.