lua-users home
lua-l archive

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


On Wed, 11 Mar 2009 10:30:18 -0600
Grant Robinson <jgrantr@gmail.com> wrote:

>  Also, are there any tricks you can think of to make it harder for
> someone to hack into (aka, disassemble, decompile, etc) our code and
> take over our Lua Interpreter?

Use the same techniques to obfuscate this code as you're using to
obfuscate your native code.

B.