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 />
0
0
Was this article helpful?
0 out of 0 found this helpful