Tagged Questions

1
vote
2answers
91 views

ASP.NET MVC Dotfuscator problems

Hello, I am trying to use Dotfuscator (CE) to help protect our ASP.NET MVC .ddl. Its a web application that will be distributed to clients and we need a way to protect our IP. The problem is that it …
0
votes
2answers
42 views

Disable renaming in dotfuscator

Hello. I used dotfuscator to protect my source code and I disabled renaming(to keep public methods and class names correct) but I noticed when I used reflector to see the assemblies after encryption …
1
vote
3answers
81 views

using dotfuscator for web applications

hello, I used dotfuscator for my dlls and after publishing the website it seems that it can't find pages names. so do I have to use dotfuscator for web pages also? how to correct this error
0
votes
1answer
34 views

after using dotfuscator when browse it can’t fined pages

hello, I used dotfuscator to encrypet my dlls and on post build event I wrote command to get the encrypted dlls instad of old ones and finally i published my website. but when i browse it it give me …
0
votes
1answer
98 views

use dotfuscator after build time

how can I use dotfuscator for my dlls in web application after build time so when I publish my website it will contain the encrepted dlls instead of the old ones?
0
votes
1answer
69 views

dotnet fuscator

hello, I used Dotfuscator to protect my application from reverse engineering I encrepted the dll files and saved them, my question is what to do after that? how to use new dlls insted of old ones …
1
vote
1answer
69 views

Obfuscating Setup package content

I have a multi-project Visual Studio 2008 solution. I would like to obfuscate some of the project outputs before they are built into the Setup file using Dotfuscator. So I would like to be able to: …
0
votes
1answer
52 views

dotfuscator community edition

I have been trying to use the dotfuscator community edition. I created a simple component with 1 method. I run it through the dotfuscator community edition in .net 2.0 by basically just choosing the …
4
votes
8answers
425 views

How does Dotfuscator work? [c#]

How does Dotfuscator work? I tried obfuscate some of my classes and it renamed the methods/class to a, b, c etc. But I can still see the code inside those methods? Is it that, I am doing something …
1
vote
1answer
157 views

Team build and Dotfuscator

Hi, I've created a solution that includes all my projects, including the Dotfuscator projects, and setup projects. Some of the Dotfuscator projects are obfuscating only some assemblies, without …
1
vote
3answers
284 views

How do I safely use an obfuscator?

When I attempt to use dotfuscate on my application, I get an application error when I run it.
2
votes
2answers
195 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
201 views

Dotfuscator community edition

Hi, I tried to use this on my class library "mylib.core.data.dll" and got a successful obfuscation, however, when I import this dll into another project via "Reference" and tried imports --- My …