dotfuscator Questions

2

Obfuscation attributes used in existing code obfuscated using Dotfuscator: [Obfuscation(Feature = "controlflow", Exclude = true)] [Obfuscation(Feature = "renaming", Exclude = true)] [ObfuscationAt...
Mojave asked 25/3, 2020 at 18:33

4

Solved

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 name...
Standing asked 15/9, 2011 at 14:59

9

Solved

If one will release a ClickOnce version, how can it be obfuscated by Dotfuscator?
Hyson asked 5/8, 2010 at 15:16

1

I have an application targeting the .NET Framework 4.0. It builds and runs fine but I cannot get it to compile in Dotfuscator CE and they will not support it since it is CE. I am stuck. Dotfuscato...
Jessalyn asked 3/1, 2014 at 16:31

5

Solved

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 s...
Bury asked 13/7, 2012 at 11:7

2

Solved

I'm trying to get Dotfuscator Pro 4.13 to run between the unit tests and creation of installation package. The buildserver that we use is Jenkins 1.487 on Windows Server 2008 R2. The command line ...
Musset asked 3/6, 2014 at 11:45

1

'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 is...
Kutz asked 3/5, 2013 at 15:40

1

Solved

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...
Medardas asked 30/4, 2013 at 21:30

2

Solved

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...
Tapes asked 4/4, 2013 at 22:6

1

Solved

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...
Soupy asked 12/3, 2012 at 12:46

1

Solved

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 ...
Victorious asked 9/8, 2011 at 17:9

1

Solved

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...
Geyserite asked 8/2, 2011 at 20:0

3

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 o...
Bangle asked 8/2, 2011 at 21:13

4

Solved

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 coul...
Percuss asked 8/1, 2010 at 19:27

2

Solved

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 appe...
Ultramicroscopic asked 13/10, 2009 at 10:30

7

Solved

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 ...
Mitziemitzl asked 17/8, 2009 at 13:49
1

© 2022 - 2024 — McMap. All rights reserved.