Using the CodeProtect.exe exclusions file

/EL=File.cfp

Dongle type:

Any

Description:

When performing the autoprotection of an MSIL-code assembly, it may be necessary to exclude some assembly methods from protection. The most frequently addressed methods should be excluded, as well as methods using the technology of asynchronous calls and other methods, based on the programmer’s discretion. The ExclusionUtility.exe utility is used for generating the exclusions file.

Example

CodeProtect.exe /GS3S /PER=50 /EL=MyProg.cfp MyProg.dll

The .NET-library MyProg.dll will be bound to the Guardant Sign dongle, and 50 percent of its methods will be encrypted and placed into the secure storage location. Autoprotection exclusions of MSIL-code are indicated in the MyProg.cfp file.

  • No labels