| r196 vs r197 | ||
|---|---|---|
| ... | ... | |
| 81 | 81 | public bool EnableHardening = true; |
| 82 | 82 | public bool EnableAntiDebugChecks = true; |
| 83 | 83 | public bool EnableRootDetection = true; |
| 84 | public bool EnableDummyMix = | |
| 85 | public bool EnableFileNameObfuscation = | |
| 84 | public bool EnableDummyMix = false; | |
| 85 | public bool EnableFileNameObfuscation = true; | |
| 86 | 86 | public bool EnableRotation = true; |
| 87 | 87 | |
| 88 | 88 | private const string Magic = "SJMP"; |
| ... | ... |