[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: obfuscating / protecting LUA code
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 28 Apr 2006 18:47:13 -0300
> I meant automatic obfuscating of variables' names, an additional
> "compilation" step, part of the make process. This shouldn't hurt the
> original source code.
This can be easily done by having DumpString do something with the
string before dumping it. (ROT 13 comes to mind as a simple example.)
Of course, LoadString will then have to undo it.
--lhf