added 'Lift Constants' option
This commit is contained in:
parent
6d4951c402
commit
74f35b55ab
@ -11,6 +11,7 @@ This option will enable non-destructive constant decomposition and various state
|
|||||||
|
|
||||||
The following child options are available:
|
The following child options are available:
|
||||||
|
|
||||||
|
- `Lift Constants`: Percentage of function constants to lift into a lookup table. 0 is disabled while 100 is all constants.
|
||||||
- `Mangle Numbers`: Replaces number constants with a randomized binary expression which evaluates to that number.
|
- `Mangle Numbers`: Replaces number constants with a randomized binary expression which evaluates to that number.
|
||||||
- `Mangle Strings`: Performs light obfuscation of string constants.
|
- `Mangle Strings`: Performs light obfuscation of string constants.
|
||||||
- `Mangle Self-calls`: Replaces `x:foo()` with `x.foo(x)`.
|
- `Mangle Self-calls`: Replaces `x:foo()` with `x.foo(x)`.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user