Trinity Obfuscator
  • Welcome to Trinity Info Desk
  • FAQ
    • File won't work after obfuscation
    • File detected as virus
    • My personal data
    • My file didn't come through
  • Protections
    • Code Protection
      • Control Flow
        • Dynamic Control Flow
        • Duplicate Control Flow
      • Constants
        • Mutate Constants
        • Constants Melt
        • Expression Constants
        • Math Protection
      • Junk Dump
      • Invalid Metadata
      • Module Flood
    • Name Protections
      • Name Protection
      • Reference Proxy
      • Locals to Fields
      • Decompiler Crash
      • Type Scrambler
    • Code Convertion
      • Virtualization
      • Call to Calli Conversion
    • Anti Protections
      • Force Elevation
      • Anti VM
      • Anti DnSpy
      • Anti Debug
      • Anti Dump
      • Anti Tamper
      • Anti De4dot
      • Process Monitor
      • Integrity Check
    • Free Protections
      • Executable Packer
      • String Encryptor
Powered by GitBook
On this page

Was this helpful?

  1. Protections
  2. Name Protections

Type Scrambler

This protection replaces types with generics.

This protection doesn't work well with other protections so it is currently disabled in the Trinity client. We are working on a fix for this.

Before Obfuscation
protected override void Dispose(bool disposing)
		{
			bool flag = disposing && this.components != null;
			if (flag)
			{
				this.components.Dispose();
			}
			base.Dispose(disposing);
		}
After Obfuscation
protected override void Dispose<\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5, \uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5, \uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5>(\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5 A_1)
		{
			\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5\uD869\uDEA5 uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA = A_1 != null && this.components != null;
			if (uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA5_uD869_uDEA != null)
			{
				this.components.Dispose();
			}
			base.Dispose(A_1 != null);
		}
PreviousDecompiler CrashNextCode Convertion

Last updated 6 years ago

Was this helpful?