lua-users home
lua-l archive

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


Luiz Henrique de Figueiredo wrote:
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.

Thanks for that info (though ROT 13 doesn't seem to be a strong candidate for this position :)

--
Shmuel