mirror of
https://github.com/GravitLauncher/Launcher
synced 2024-12-23 09:01:08 +03:00
[FIX] Radon успешно обфусцирует лаунчер.
This commit is contained in:
parent
bacf51b443
commit
f522f5014c
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
||||||
StringEncryption:
|
StringEncryption:
|
||||||
Enabled: true
|
Enabled: true
|
||||||
Mode: Heavy
|
Mode: Normal
|
||||||
StringPool: false
|
StringPool: false
|
||||||
InvokeDynamic: None
|
InvokeDynamic: None
|
||||||
NumberObfuscation: Heavy
|
NumberObfuscation: Normal
|
||||||
FlowObfuscation: Heavy
|
FlowObfuscation: Normal
|
||||||
HideCode: true
|
HideCode: false
|
||||||
Shuffler: true
|
Shuffler: true
|
||||||
Crasher: false
|
Crasher: false
|
||||||
Optimizer:
|
Optimizer:
|
||||||
|
@ -18,4 +18,4 @@ Watermarker:
|
||||||
Message: "This copy belongs to GravitLauncher"
|
Message: "This copy belongs to GravitLauncher"
|
||||||
Key: "SuperSecureKey"
|
Key: "SuperSecureKey"
|
||||||
Dictionary: Spaces
|
Dictionary: Spaces
|
||||||
TrashClasses: 1000
|
TrashClasses: 500
|
Loading…
Reference in a new issue