|
> Are there other tools? For all my Lua applications, I compress embedded sources using ZLib (or BZip2 in one of them). At application start, the code is uncompressed and fit to luaL_loadstring. This permits to decrease the size of the executable and hide (slightly) the source code.