lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]



On 15 September 2013 12:13, Dirk Laurie <dirk.laurie@gmail.com> wrote:
The resulting bytecode can
be disassembled but not decompiled.

That is a rather bold statement. The bytecode without debug information can be both decompiled and disassembled[1] with the correct tools.

--Liam

[1] With a close to yet maybe not the same end product source, which will produce the same bytecode if you round trip it.