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
Articles in this section
- What does Smart Assembly tamper protection do?
- This application has been built with SmartAssembly Personal Edition, and therefore cannot be distributed
- File is not recognized as a valid URI
- This SNK format is not supported
- What version of SmartAssembly was used to obfuscate my assembly?
- Using LocalDB with SmartAssembly
Add comment
Please sign in to leave a comment.