return {
-- The default LuaVersion is Lua51
LuaVersion = "Lua51"; -- or "LuaU"
-- All Variables will start with this prefix
VarNamePrefix = "";
-- Name Generator for Variables that look like this: b, a, c, D, t, G
NameGenerator = "MangledShuffled";
-- No pretty printing
PrettyPrint = true;
-- Seed is generated based on current time
-- When specifying a seed that is not 0, you will get the same output every time
Seed = 1050;
-- Obfuscation steps
Steps = {
}
}
I was thinking Lua bytecode was generated when exporting a project.
Isn’t it the case ? That mean Lua source code is distibuted ?
I’ve just looked at, and i don’t see luacjit command in luajit package as i was expecting…
I have to remove quickly all the curses off my sources