Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

27
votes
5answers
8k views

How good is Dotfuscator Community Edition? What is “good enough obfuscator”?

I plan to release one small, low priced utility. Since this is more hobby than business, I planned to use Dotfuscator Community Edition that is shipped with VS2008. How good is it? I could also ...
7
votes
1answer
113 views

Dotfuscator removing Windows Phone 7 language support?

The XNA game that I am working on for WP7 supports multiple languages. However, something seems to be happening during the obfuscation process which seems to cause the language to always be set to ...
6
votes
3answers
266 views

How to protect an API key in a .NET application

My application hits a number of web services, such as Twitter and Flickr. It uses API keys from those services, and I'd like to obfuscate them in my binaries. (I'm not really worried about piracy or ...
6
votes
7answers
2k 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 ...
4
votes
4answers
1k 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.
3
votes
3answers
253 views

Cannot load obfuscated assembly

I'm working for the first time with dotfuscator. My project is written in C# and .NET 3.5, it has a main program and some plugins; this is the slice of code that loads the plugins: // Load the file ...
3
votes
5answers
1k views

How to use obfuscation for clickonce?

If one will release clickonce version, how can it be obfuscated by dotfuscator? .net application
2
votes
2answers
38 views

XML Serialization with Dotfuscator

I am trying to serialize a couple of nested classes to and from an XML file. My load and save methods use XmlSerializer/TextWriter/TextReader. This works fine if I don't use Dotfuscator. But if I ...
2
votes
3answers
159 views

Obfuscate Assembly and Reflection

I want to obfuscate my assembly files (*.dll, *.exe) by Dotfuscator. my question is if I do this, can I still use classes and types that are in those assemblies by their original names (I mean names ...
2
votes
1answer
368 views

Dotfuscator for WinPhone 7 and XNA

Does anyone know if Dotfuscator supports WinPhone7 and XNA applications ?
2
votes
0answers
477 views

How to enable Automatic obfuscation in Team Build using dotfuscator and TFS 2008?

I am trying to accomplish Build Automation (Continuous Integration) using TFS 2008 and VS 2008. We have a Web based (.Net) product which contains a number of small and large projects (Some C# and ...
2
votes
2answers
169 views

Dotfuscator with a Web App

I have a situation where the client would like to have some minimal security for their source code. It is a web app and the host will be someone they will be partnering with. The worry is that it ...
2
votes
2answers
580 views

ASP.NET MVC Dotfuscator problems

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 appears ...
2
votes
3answers
661 views

using dotfuscator for web applications

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
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
80 views

Obfuscate Silverlight library using Dotfuscator

I'm attempting to use Dotfuscator 4.7.1000 to obfuscate a Silverlight library that is strongly named. When I attempt to do so, I get the following error message: External type not found ...
1
vote
2answers
88 views

Using Dotfuscator for 32 bit and 64 bit setup

I am working on a aplication in vs08 for both the x86 and x64 platform I have created two configrations x86 and x64 for both the platforms but when I add Dotfuscator project in the solution of the ...
1
vote
1answer
244 views

ASP.NET MVC 3: Helper to turn JavaScript link in to embedded / compressed html markup?

Is there a MVC 3 helper that could compress and include linked JavaScript / CSS in the original HTML sent from the server so the client wouldn't have to go get it as a separate request? We started ...
1
vote
2answers
74 views

WP7 Dotfuscator error on Windows Server 2008, thinks assembly does not target WP7

I've successfully run dotfuscator locally with my WP7 app. However, when I try to run it on our build server, which is a Windows Server 2008 SP2, I get the following error: LICENSED TO: xxxxxx xxxxxx ...
1
vote
2answers
200 views

What are the Dotfuscator known issues [closed]

Are there any known issues to using the Dotfuscator community edition except for it slowing down the execution speed a little bit? Is there any thing that I should change in my code before using the ...
1
vote
1answer
760 views

Run Dotfuscator as a post build event

I'm using Dotfuscator in Visual Studio 2010. I want to run Dotfuscator as a post build event so every time I build a project Dotfuscator will run on the output DLL using a configuration I've created ...
1
vote
1answer
365 views

Dotfuscator from .NET 2.0

Is there any chance to see Application Runs on Codeplex with .NET 2.0 application? I explored Dotfuscator is using web service url ...
1
vote
3answers
682 views

Disable renaming in dotfuscator

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 that ...
1
vote
1answer
597 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: ...
1
vote
2answers
477 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 ...
1
vote
2answers
1k views

Team build and Dotfuscator

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 affecting ...
1
vote
1answer
490 views

Dotfuscator community edition

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 library ...
0
votes
1answer
33 views

Dotfuscator 5 CE - renaming exclusion by signature

I'm running dotfuscator 5 from the command line using a config file. This works ok, more or less, except for one new requirement that's just come about. I have a class with a small number (less than ...
0
votes
0answers
11 views

Empty localreport (rldc) using Dotfuscator

i created an application using an Dotfuscator, but what i don't understand is why my reports are giving me empty results, i excluded the struct classes that uses the localreport. What im doing wrong? ...
0
votes
0answers
55 views

Fails to find embedded resource file after obfuscated

I have a DLL made with VS 2010 in C# that I recently added a resource file other than the default Resources.resx file. All of this new resource file's properties I can see on the properties editor are ...
0
votes
0answers
45 views

Obfuscate WPF ClickOnce published application

I post in this forum because I have the next problem. I have a WPF development and I was published as ClickOnce project, but I want a secure application in the intermediate language, I was trying with ...
0
votes
2answers
74 views

Is it possible for Dotfuscator and ILMerge to work together?

I'm trying to get Dotfuscator to work with ILMerge, but whichever order I apply them it always breaks somehow: When I use dotfuscator and then ILMerge I am getting a message the the pdb database is ...
0
votes
1answer
106 views

How to include dotfuscated output in my setup project?

I am using visual studio 2010. Having a windows application and a setup project ( visual studio's setup project ), and now i want to protect my code by using the preemptive solution dotfuscator. ...
0
votes
1answer
61 views

Command for taking exe and all supporting files(dll's and xml) for dotfuscation

I am using dotfuscator for the protecting of my hello.exe and supporting files like hello.dll hello.xml But the problem is that dotfuscator is taking input as only hello.exe file,and dotfuscate ...
0
votes
2answers
231 views

protect exe through dotfuscator in vs2008 by post build option

I am new to Dotfuscator. I want to protect my .exe file through dotfuscator in visual studio2008 using post build option.But I am unable to do this ok,I am using the command in post build option like ...
0
votes
2answers
100 views

Dotfuscator messes up .net cf 2.0 application

I have recently inherited a .net 2.0 compact framework application for which I have previously produced a dotfuscated release package that works and installs fine. The target OS in windows mobile 2003 ...
0
votes
1answer
389 views

Dotfuscator doesn't support current .NET framework?

This is a Dotfuscator noob question -- I'm trying to run it on some assemblies for the first time, but I get an error saying: "Invalid assembly [foo.dll]. Input assembly [foo.dll] was compiled with a ...
0
votes
0answers
422 views

Problem with using dotfuscator and clickonce

I use solution from Joe Kuemerle from How to use obfuscation for clickonce?. I create simple hello world winforms app and publish on D partion of my HDD and also copy obfuscate asembly to folder ...
0
votes
1answer
129 views

Dotfuscator and types from merged assemblies

With Dotfuscator Professional V4.8 (by PreEmptive Solutions), is it possible to make a public type from a merged (aka linked) non-primary assembly a public type of the merged assembly? That is, ...
0
votes
1answer
187 views

c#: Problem when running Dotfuscator

I'm running the free version of Dotfuscator bundled with VS2008 on my console app, but keep getting the following error. This assembly has 2 assembly rows. Build Error. Any idea what this means and ...
0
votes
3answers
405 views

Dotfuscator not in VS2008?

Hey. I've got VS2008 professional edition installed and can't find Dotfuscator. I also can't find anywhere to download the community edition. It seems that Dotfuscator should already integrated into ...
0
votes
1answer
655 views

How to get Dotfuscator to work from command line?

I've tried dotfuscator.exe /in:myassembly.dll, According to the command line documentation, this should dotfuscate my DLL. It just immediately returns to the command line, doing nothing. When I ...
0
votes
1answer
321 views

errors during dotfuscator 4.5 task with TFS Build (Team Build with TFS 2008)

I am invoking dotfuscator task via TFS Build a.k.a Team Build , taken from -=Dotfuscator Task with Team Build =-and receiving the following error: Build FAILED. (AfterCompile target) -> error ...
0
votes
2answers
119 views

Stripping variable names from VB.Net assemblies

I'm trying to reduce as much as I can my VB.Net assembly side, and I just figured out that all variable names were kept unchanged in the actual assembly. Since I tend to use pretty long var names, it ...
0
votes
2answers
261 views

Casting problem after obfuscation with Dotfuscator

I'm trying to obfuscate some VB.NET 2003 app. The resulting assemblyes are obfuscated and "run" with some errors. I cleaned all potential reflection problems, but I'm not being able to read the ...
0
votes
1answer
980 views

Problem with ilasm

I have a quite big program in .net 3.5 SP1 which is compiling just fine. However when I want to obfuscate it with Obfuscator Pro (evaluation for now), Obfuscator stops with the following error: ...
0
votes
1answer
88 views

after using dotfuscator when browse it can't fined pages

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 error it ...
0
votes
1answer
902 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
727 views

dotnet fuscator

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 because ...