lua-users home
lua-l archive

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


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