[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua Security Considerations...
- From: Rob Kendrick <lua-l@...>
- Date: Wed, 11 Mar 2009 16:39:51 +0000
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.