Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sequence of protection

Two console utilities are used for the automatic protection of .NET assemblies:

...

Principle of protection

A twostage protection approach is used for the automatic protection of .NET assemblies with each stage performing its own tasks in the overall process:

...

When MSIL code previously encrypted by a hardware algorithm is called, the dongle itself is addressed first for decryption purpose and only after the execution of code begins.

Limitations of protection

  1. Assemblies with mixed code and multimodular assemblies are not supported.
  2. See the limitations for autoprotection of executable Native files.

...