lua-users home
lua-l archive

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


> -----Original Message-----
> From: lua-l-bounces@lists.lua.org [mailto:lua-l-bounces@lists.lua.org] On
> Behalf Of Jayanth Acharya
> Sent: zondag 15 september 2013 12:58
> To: Lua mailing list
> Subject: Is obfuscation meaningful way to protect proprietary Lua code ?
> 
> Based on my reading so far, Lua bytecode can be decompiled, and the only
> Lua obfuscator, which is an online service, doesn't seem to work for the
> simple 5 line Lua script I tried. It it right that obfuscation is then not
> a meaningful way to protect proprietary Lua code and thus a working tool
> doesn't exist to do so ?

Well, it makes it harder to use, but not impossible.

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.

Thijs


[1] - http://matthewwild.co.uk/projects/squish/home