[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is there any plan to make luajit support bytecode?
- From: Adam Strzelecki <ono@...>
- Date: Fri, 15 Apr 2011 12:38:17 +0200
Peter Cawley wrote:
> In the case of Lua source, the output of a good automated disassembler
> ought to be similar to the output of a good automated obfuscator. To
> add another layer of protection, you could encrypt the obfuscated
> source, and then decrypt it a chunk at a time in the reader function
> passed to lua_load.
Good point, at least I can quickly find one disasm for Lua 5.2 - ChunkSpy.
I guess rolling your own package loader that uses some cryptography is good way to go.
Regards,
--
Adam Strzelecki