[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Is obfuscation meaningful way to protect proprietary Lua code ?
- From: steve donovan <steve.j.donovan@...>
- Date: Sun, 15 Sep 2013 13:32:07 +0200
On Sun, Sep 15, 2013 at 1:14 PM, Thijs Schreijer
<thijs@thijsschreijer.nl> wrote:
> Have a look at squish [1], it packs and minifies, and has options to also replace long names with short ones. So maybe not intended as obfuscation, it might be useful as such.
That's a good answer. Nothing puts a person off looking at bytecode
dissembly faster than short meaningless variables.
Decrypt-on-the-fly works as well, if you can keep the key private.