What version of SmartAssembly was used to obfuscate my assembly?

The default build process added a custom attribute that details the version of SmartAssembly that performed the obfuscation.

The attribute is:

PoweredByAttribute

and the value will be SmartAssembly<major version number>

E.g.

SmartAssembly8

This information is potentially undesirable to disclose due to aiding reverse engineering efforts and can be prevented from being applied. To do so please add the following parameter to your SmartAssembly project file (*.saproj) in the "Options" section.

<DoNotAddPoweredByAttribute />
Was this article helpful?

0 out of 0 found this helpful
Have more questions? Submit a request