You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| Treshold | number | The relative amount of nodes that will be affected | 0 <= x <= 1 |
12
-
| MinLength | number | The minimal length for the chunks in that the Strings are splitted | x > 0 |
13
-
| MaxLength | number | The maximal length for the chunks in that the Strings are splitted | x >= MinLength |
14
-
| ConcatenationType | enum | The Functions used for Concatenation. Note that when using coustom, the String Array will also be Shuffled | "strcat", "table", "custom" |
15
-
| CustomFunctionType | enum | <p>The Type of Function code injection This Option only applies when coustom Concatenation is selected.<br>Note that when chosing inline, the code size may increase significantly!</p> | "global", "local", "inline" |
16
-
| CustomLocalFunctionsCount | number | The number of local functions per scope. This option only applies when CoustomFunctionType = local | x > 0 |
| Treshold | number | The relative amount of nodes that will be affected | 0 <= x <= 1 |
12
+
| MinLength | number | The minimal length for the chunks in that the Strings are splitted | x > 0 |
13
+
| MaxLength | number | The maximal length for the chunks in that the Strings are splitted | x >= MinLength |
14
+
| ConcatenationType | enum | The Functions used for Concatenation. Note that when using custom, the String Array will also be Shuffled | "strcat", "table", "custom" |
15
+
| CustomFunctionType | enum | <p>The Type of Function code injection This Option only applies when custom Concatenation is selected.<br>Note that when chosing inline, the code size may increase significantly!</p> | "global", "local", "inline" |
16
+
| CustomLocalFunctionsCount | number | The number of local functions per scope. This option only applies when CustomFunctionType = local | x > 0 |
0 commit comments