lua-users home
lua-l archive

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


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.