Comments
Sort by recent activity
OK, I've found out where I can change the database seetings: SmartAssembly 8 -> Left-hand menu -> Tools -> Options - Database Options. / comments
OK, I've found out where I can change the database seetings: SmartAssembly 8 -> Left-hand menu -> Tools -> Options - Database Options.
Victoria W said:
"...The best way would be to look for custom attributes added to the assembly by SA. ... SmartAssembly.Attributes.PoweredByAttribute on the assembly in order to find out if it was processed by SmartAssembly, SmartAssembly.Attributes.DoNotDistributeAttribute on the assembly in order to find out if it was processed by trial version of SmartAssembly...." ... the easiest way to look at this is probably ILSpy -- you don't have to write your own ObfuscationChecker. https://github.com/icsharpcode/ILSpy . You load the obfuscated dll, and it displays the assembly attributes at the very top. You can also inspect the quality of the obfuscation that way.
/ comments
Victoria W said:
"...The best way would be to look for custom attributes added to the assembly by SA. ...SmartAssembly.Attributes.PoweredByAttribute on the assembly in order to find out if it...