Activity overview
Latest activity by gwerner
Unfortunately, I don't think custom attributes can be added to local variables within a function. (correct me if I'm wrong). And as I mentioned above, making specialized class definitions is out of the question.
Also, that would mean finding each instance (hundreds) in a huge codebase, which would be pretty awful.
In my opinion, and variable type that is attached to a datasource property should not be obfuscated because of the way .net data binding works. / comments
Unfortunately, I don't think custom attributes can be added to local variables within a function. (correct me if I'm wrong). And as I mentioned above, making specialized class definitions is out o...
Linq and Anonymous Types
First of all, love SmartAssembly. It was probably the easiest obfuscation method that my team tried.
There is one thing that we find we have to constantly workaround, however. Assume you have a f...