Using the obfuscator’s exclusions file

/SO_CFG=FileName.cfo

Dongle type:

Any

Description:

When performing symbol obfuscation of assembly you may need to exclude some types, methods and properties from the elements for obfuscation. Use ExclusionUtility.exe utility, located in Bin folder of the Developer’s Kit to generate an xml file with exceptions indicated as an option parameter.

Additionally you can set the obfuscator’s alphabet using this utility and the file with exclusions. See also chapter Recommendations to Programmer in the 2nd part of the User’s Manual. 

Example

CodeObfuscator.exe /GS3S /SE /INIT /SO /SO_CFG=MyProg.cfo MyProg.dll

The .NET library MyProg.dll will be bound to Guardant Sign dongle and obfuscated. Its strings will be encrypted. Exceptions for obfuscation will be indicated in the MyProg.Ext file.

  • No labels