Dotfuscator is a .NET Obfuscator, Compactor and Watermarker. There is a free community edition as well as a more featured professional version.

learn more… | top users | synonyms

2
votes
1answer
104 views

Unable to use Dotfuscator with application referencing Microsoft.Bcl.Async

To support XP one of my projects is now targeting the .NET 4.0 and using Microsoft.Bcl.Async for the async features of .NET 4.5. The trouble is, I am not longer able to obfuscate the resulting ...
5
votes
1answer
66 views

Dotfuscating BAML in WPF application

'Lo again, My Dotfuscation efforts continue! So I'm currently working on obfuscating a reasonable complicated WPF application consisting of ~38 assemblies. Now that I've overcome my performance ...
0
votes
1answer
35 views

how to obfuscate my WCF Proxy classes dll using Dotfuscator Community Edition

I am using Dotfuscator and Analytics Community Edition [Version-5.5.45]. I want to obfuscate my dll , all the classes inside that dll are obfuscated,but wcf proxy classes are not obfuscated in ...
1
vote
1answer
59 views

Speeding up obfuscation process

So, I've got a moderately to significantly complicated WPF application that I've got a requirement to obfuscate the output assemblies via Dotfuscator (pro edition - the one the client has a license ...
0
votes
0answers
58 views

how to obfuscate my dll using Dotfuscator and Analytics Community Edition[Version:5.5.4521.29298]?

Using Dotfuscator and Community Edition , i am trying to obfuscate my dll, with the following procedures, Using Add Input->added my dll . In Inputs Tab->Properties->Disabled all the properties except ...
0
votes
2answers
100 views

JsonConvert.DeserializeObject() returns unknown object when assembly is obfuscated

i have an C# solution which contains two projects, one is main application and another is license project. Project is working smoothly. i have used json to serialize the license detail. now i need to ...
2
votes
1answer
77 views

Can I run unit tests on a deployed app package in WinRT?

The question pretty much explains it. We have a WinRT (Metro) app package that we're obfuscating with Dotfuscator after every build. Because of the way Dotfuscator does renaming, we're required as of ...
2
votes
2answers
108 views

dotfuscator parallel optimization?

My company uses Dotfuscator for our .NET application obfuscation. It works great, however I noticed it's a single threaded operation during our build process. Dotfuscator.exe is always running on a ...
1
vote
1answer
69 views

Dotfuscator Seems Not Adhering To Renaming Exclusion RegEx

We have decided to use the Dotfuscator to obfuscate our code. Ours is a Windows Phone application and we are using Dotfuscator Windows Phone Edition Version 4.9.7000.29303. We learnt that ...
0
votes
2answers
61 views

Error while Obfuscation

We have developed project using vb.net for our internal purposes and then we obfuscated it. It is throwing error as mentioned below. “Public member ‘Var1’ on type ‘e’ not found.” Code: Public Sub ...
0
votes
1answer
78 views

How to change the library mode in Dotfuscator using post-build event command line

I'm trying to obfuscate a c# project using Dotfuscator CE tool which comes along with Visual Studio 2010, with the help of following commands I managed to obfuscate the code. but it doesn't make ...
0
votes
0answers
61 views

Dotfuscated dll in project

I am using dotfuscator to obfuscate my web application. I added a Dotfuscator project to my existing project solution and build it. I got a dll in an encrypted format in the newly added dotfuscator ...
1
vote
1answer
47 views

Dotfuscator for Silverlight Application

Visual Studio version = Visual studio 2010 premium as we all know silverlight application generate .XAP file if we change extension to .ZIP we can get all dlls which is use in Application and ...
0
votes
1answer
92 views

Dotfuscator command line

I try to use this command to obfuscates: dotfuscator -in:"C:\path_to_assembly\*.dll" But it only launch Dotfuscator GUI with loaded dlls by mask. And do not build them. How can I run build by ...
0
votes
1answer
135 views

Dotfuscator Invalid serial key

I ran set up files for Dotfuscator Professional Edition 3.0. after running setup it takes input from user to complete registration. Then after completing registation it asks user for serial number. i ...
3
votes
1answer
789 views

Dotfuscator and VS2012

All, we have just decided to bite the bullet and upgrade from VS2010 to VS2012. The first thing I did as the lead for the upgrade procedure was to load an existing VS2010 project into VS2012. This ...
1
vote
1answer
46 views

Dotfuscator FrameworkElement warning

I am obfuscating a Windows Phone project and get warnings of the type: [Warnings] MarkupAnalysis flagged something in Method Foo.Bar() for the following reasons: uses the name of a FrameworkElement, ...
0
votes
1answer
143 views

How to use WIX with Dotfuscator

I've been trying to import an obfuscated project (with Dotfuscator) into an existing WIX installer package, but I can't figure out where to start. Currently the WIX project just has a reference to ...
1
vote
1answer
267 views

How to automate Dotfuscator in build

I have to protect some dll in my mvc2 project in visual studio 2010. I'm using Dotfuscator and i want to automate it in build process. I refer the following article but I have no idea how to implement ...
0
votes
1answer
178 views

How to use Dotfuscator

Currently I'm developing a ASP.NET mvc2 project. In that i have some dll files. I want to protect it using a obfuscator. Can any one give me some help in order to do this using Dotfuscator.Thank you.
1
vote
1answer
222 views

Obfuscate Assembly containing DataBindings to internal class properties

I have a UserControl with a ViewModel class as DataContext: XAML <UserControl ... > <TextBox Text="{Binding ViewModelProperty}"/> </UserControl> CodeBehind: namespace ...
0
votes
0answers
40 views

Dotfuscator and installutil

Does any body have an idea if is possible run Dotfuscator por one windows service (servicebase) and install the service using the installutil tool?
0
votes
1answer
157 views

How to use Dotfuscator with VSTO?

Right now, I use Dotfuscator in my all c# programs,but ,if I use it in VSTO, when I try to deploy in target computer, VSTO always prompt me: "File has a different computed hash than specified in ...
0
votes
2answers
967 views

Dotfuscator “Could not find compatible version of ildasm”

Have any of you had this problem before? I'm trying to obfuscate a solution written in C#/.NET 3.5 on Visual Studio 2008 SP1 on a machine running Windows 7 Professional SP1, and keep getting the same ...
0
votes
1answer
151 views

Dotfuscator WP7 edition and EnumExtention: Friendship did not work

In our application, we have an extension for Enum namespace System { /// <summary> /// Contains extention methods for emuns. /// </summary> public static class ...
0
votes
1answer
217 views

Assembly obsfucation by dotfuscator

I have an application consist of various dll and one exe. In exe we have reference various dll say for example business logic dll , data access dll etc. With dotfuscator we were able to obfuscate ...
1
vote
1answer
502 views

Dotfuscator Post-Build Event Exited With Code 1

I am trying to automatically dotfuscate my projects during the build process in TFS. I have created a "Post-Build Event" under the project properties as follows: "C:\Program Files ...
1
vote
1answer
189 views

Dotfuscator Bad RVA

I've just started using Dotfuscator and I've hit a brick wall right from the start, when Ibuild my project Dotfuscator says: Writing Assemblies... Bad RVA found: 46 Build Error. I can't find any ...
0
votes
0answers
988 views

Dotfuscator Software Services in Visual Studio 2010 [closed]

This maybe a stupid question. but why I didn't find Dotfuscator Software Services under tools in my VS 2010? how to install it? thanks in advance. Never mind. I knew what's wrong. It turns out ...
3
votes
0answers
209 views

How to obfuscate an ASP.Net MVC3 Project using Dotfuscator? [closed]

I have a project to obfuscate. Its having layers separated such as Services,Data,Web,Models etc.. I am using nHibernate ORM also. Also like to know how to handle ajax also during obfustication. I ...
0
votes
1answer
291 views

Obfuscate WCF Proxy Classes

How to obfuscate WCF proxy classes using Dotfuscator ? I have downloaded Dotfuscator Pro Edition Trial from their website. I obfuscated my app.exe file ,everything was nicely obfuscated but WCF proxy ...
4
votes
1answer
530 views

MonoTouch: How to protect my application

I used Dotfuscator to protect my application from reverse engineering I encrypted the dll files in windows application, but how can I do it in OSX/MonoTouch? Extract the dll from ipa, then confuse ...
0
votes
7answers
1k views

How can I hide a hard coded username and password from a savvy user with a decompiler?

I want to create a simple C# application that uploads a text file to my web server. But to do this I need to have my username and password included in the code. I've tried using the obfuscator that's ...
1
vote
0answers
167 views

dotfuscator and localization in windows phone 7 app

i have a problem with the dotfuscor. I'm using a app with localization and i bind the data like: Text="{Binding Path=Localizedresources.Foo, Source={StaticResource LocalizedStrings}}" or ...
2
votes
2answers
419 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 ...
-1
votes
1answer
284 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 ...
1
vote
1answer
411 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
274 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 ...
2
votes
3answers
1k 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 ...
1
vote
2answers
279 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 ...
0
votes
1answer
521 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
210 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
766 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 ...
7
votes
1answer
229 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 ...
1
vote
1answer
340 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 ...
2
votes
2answers
196 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
636 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 ...
0
votes
2answers
168 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 ...
6
votes
3answers
527 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 ...
0
votes
1answer
1k 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 ...

1 2