Re: Lua byte code disassembly
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Lua byte code disassembly
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Wed, 5 Sep 2001 09:05:13 -0300
>Has anyone made a utility that can export Lua:s bytecode in text-form?
>(disassembler)
How about luac -l ?
--lhf