Tagged Questions
The smartassembly tag has no wiki summary.
5
votes
5answers
513 views
Alternatives to SmartAssembly for exception handling and reporting?
I was happy with the SmartAssembly solution for exception handling, but I reported an issue on Red Gate forum and is not being solved yet.
What alternatives exists to SA? I mean with similar features ...
3
votes
3answers
441 views
How do I maintain deserialization compatibility across obfuscated and debug builds?
I'm trying to get the {smartassembly} .NET obfuscator to work with my system. I currently store user data in a series of serialized dictionary classes, and then deserialize those classes to get the ...
2
votes
2answers
411 views
Tools that Obfuscate .NET Microsoft Office Add-in
I'm working on a team developing a .NET Microsoft Office Add-in. We're looking at obfuscation solutions to help protect our licensing procedures. We're primarily looking at tools like Dotfuscator ...
1
vote
1answer
113 views
How to get Obfuscated Build(Smart Assembly 5) into Drop Folder(TFS 2010)
I've been tasked with obfuscating and auto building our projects. I have the two working great independant of one another, but I need to find a way to get the obfuscated build into the drop folder set ...
0
votes
2answers
171 views
SmartAssembly skipping obfuscation
I was experimenting with SmartAssembly obfuscation tool on a compiled website. It works on most of the code but any class in App_Code is not being obfuscated. e.g. I have following class in App_Code
...
0
votes
1answer
78 views
Does SmartAssemby support multiple-assembly app?
My console application contains one exe and 10 dlls. I want to and can only obfuscate five of the dlls. The rest are shared dlls and contain common code so they cannot be obfuscated. With the current ...