File tree Expand file tree Collapse file tree 1 file changed +27
-3
lines changed
Expand file tree Collapse file tree 1 file changed +27
-3
lines changed Original file line number Diff line number Diff line change @@ -21,23 +21,35 @@ return {
2121
2222 }
2323 };
24- [" Vm " ] = {
24+ [" Test " ] = {
2525 -- The default LuaVersion is Lua51
2626 LuaVersion = " Lua51" ;
2727 -- For minifying no VarNamePrefix is applied
2828 VarNamePrefix = " " ;
29- -- Name Generator for Variables that look like this: IlI1lI1l
29+ -- Name Generator for Variables
3030 NameGenerator = " MangledShuffled" ;
3131 -- No pretty printing
3232 PrettyPrint = false ;
3333 -- Seed is generated based on current time
3434 Seed = 0 ;
3535 -- Obfuscation steps
3636 Steps = {
37+ {
38+ Name = " EncryptStrings" ;
39+ Settings = {
40+
41+ };
42+ },
43+ {
44+ Name = " BreakBeautify" ;
45+ Settings = {
46+
47+ };
48+ },
3749 {
3850 Name = " Vmify" ;
3951 Settings = {
40-
52+
4153 };
4254 },
4355 {
@@ -52,6 +64,18 @@ return {
5264 LocalWrapperArgCount = 1 ;
5365 }
5466 },
67+ {
68+ Name = " NumbersToExpressions" ;
69+ Settings = {
70+
71+ }
72+ },
73+ {
74+ Name = " WrapInFunction" ,
75+ Settings = {
76+ Iterations = 1 ,
77+ }
78+ }
5579 }
5680 };
5781 [" Weak" ] = {
You can’t perform that action at this time.
0 commit comments