Help us improve Softanics
We use analytics cookies to understand which pages and downloads are useful. No ads. Privacy Policy

ArmDot.Client Types

  • Api - ArmDot .NET API: the Api type in ArmDot.Client. Client-side licensing methods for checking key state, hardware ID, and user registration data. Learn more
  • Hardware - ArmDot .NET API: the Hardware type in ArmDot.Client.Api. Flags for selecting hardware components (CPU, HDD, Motherboard) in machine ID generation. Learn more
  • LicenseKeyState - ArmDot .NET API: ArmDot.Client.Api.LicenseKeyState.LicenseKeyState. ArmDot.Client.Api.LicenseKeyState type. Part of the ArmDot .NET obfuscator API reference. Learn more
  • EmbedFileAttribute - ArmDot .NET attribute: EmbedFileAttribute embeds an external file into the protected assembly, available at the configured runtime path on app startup. Learn more
  • HideStringsAttribute - ArmDot .NET attribute: HideStringsAttribute encrypts string literals in the marked type or method so they are not visible in the obfuscated assembly. Learn more
  • IntegrityCheckingAttribute - ArmDot .NET attribute: IntegrityCheckingAttribute adds tamper detection to the protected assembly. Shows a configurable dialog when integrity is violated. Learn more
  • ObfuscateControlFlowAttribute - ArmDot .NET attribute: ObfuscateControlFlowAttribute obfuscates method control flow so branch and loop structure becomes unreadable in a decompiler. Learn more
  • ObfuscateNamesAttribute - ArmDot .NET attribute: ObfuscateNamesAttribute renames types, methods, properties, and fields in the protected assembly so identifiers leak no intent. Learn more
  • ObfuscateNamespacesAttribute - ArmDot .NET attribute: ObfuscateNamespacesAttribute renames namespaces in the protected assembly, hiding original project structure from decompilers. Learn more
  • ProtectEmbeddedResourcesAttribute - ArmDot .NET attribute: ProtectEmbeddedResourcesAttribute encrypts and hides resources embedded in the assembly so they cannot be extracted with a decompiler. Learn more
  • VirtualizeCodeAttribute - ArmDot .NET attribute: VirtualizeCodeAttribute converts method IL to custom bytecode run by an embedded VM - ArmDot's strongest code protection technique. Learn more