473,785 Members | 2,575 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Obfuscating with Dotfuscator

Y S
Hi,

We are t-r-y-i-n-g to use the Obfuscator accompanying DevStudio.

Before we can utilize it, we need to know what it does when you have more
than a single project, both sharing a common library. Assuming that *both*
are *fully* obfuscated, then what happens when one of them is being built?
will the obfuscation process of the second one obfuscate the common library
in the same manner it did when obfuscated the first project, or will it
create a different version? If the obfuscation process is non-deterministic
(meaning, if it is run consequently, you get different results, i.e.
different obfuscated names), then this tool is worthless for large
projects... when you obfuscate a project, you'd have to obfuscate all other
projects using the same common library (and then ship them all again...). Of
course, a naive solution would be to leave public members out of the
obfuscation process, but what about *protected* members? it seems as if
Dotfuscator treats these like they are private (which breaks inheritance of
objects from a shared library, in the aforementioned scenario).

Thanks for any suggestion

YS


Jul 21 '05 #1
1 1680
Wonder if you want to try our obfuscator, which I think is much easy to use
than Dotfuscator. We also offer a protector that provides the best
protection on the market.

You can download a trial version here:

http://www.remotesoft.com/salamander.../download.html
http://www.remotesoft.com/salamander/protector.html

Huihong

"Y S" <ya***********@ hotmail.com> wrote in message
news:eY******** ******@TK2MSFTN GP11.phx.gbl...
Hi,

We are t-r-y-i-n-g to use the Obfuscator accompanying DevStudio.

Before we can utilize it, we need to know what it does when you have more
than a single project, both sharing a common library. Assuming that *both*
are *fully* obfuscated, then what happens when one of them is being built?
will the obfuscation process of the second one obfuscate the common library in the same manner it did when obfuscated the first project, or will it
create a different version? If the obfuscation process is non-deterministic (meaning, if it is run consequently, you get different results, i.e.
different obfuscated names), then this tool is worthless for large
projects... when you obfuscate a project, you'd have to obfuscate all other projects using the same common library (and then ship them all again...). Of course, a naive solution would be to leave public members out of the
obfuscation process, but what about *protected* members? it seems as if
Dotfuscator treats these like they are private (which breaks inheritance of objects from a shared library, in the aforementioned scenario).

Thanks for any suggestion

YS

Jul 21 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
3989
by: Tom Bean | last post by:
I am using Dotfuscator Community Edition to obfuscate an application for Pocket PC written in C#. When I made the first pass with Dotfuscator, the app threw a MissingManifestResourceException. Of course, since the app has been obfuscated, the only information I got about what caused the error pointed to resource aq. The Dotfuscator listing window had WARNINGs about all the forms in my app, so I excluded them on the 'Rename' tab and...
4
2807
by: Manel G | last post by:
Hi This line works both in the debug and release mode: Me.Cursor = New Cursor(Me.GetType(), "NoCur.cur") After obfuscating the release exe I got this error message: System.ArgumentNullException: Value cannot be null.
3
1410
by: SStory | last post by:
I would like to see some discussion on what most small-time shops do for protecting there code---obfuscating. I can't afford professional dotfuscator at present, but would like to obfuscate and protect my work and also to be able to have patches for my app as needed. Is this impossible with dotfuscator CE edition? Also concerning building a VB app in a batch file or whatever so that this
1
282
by: Y S | last post by:
Hi, We are t-r-y-i-n-g to use the Obfuscator accompanying DevStudio. Before we can utilize it, we need to know what it does when you have more than a single project, both sharing a common library. Assuming that *both*
4
2218
by: anon2005 | last post by:
Hi all, This is partly a question, partly looking for feedback. I've developed a web app that may be distributed to a few companies, and I'd like to obfuscate the code. I haven't tried this with a web app yet, let alone an ASP.NET 2.0 app. Right now I'm publishing my web app as non-updateable, so I've got an App_Code dll for about 15 or so classes, and then several dozen for the
2
1588
by: JJ | last post by:
I'm using Visual Studio 2005. I'm trying to protect my website dll files as best as possible using obfuscating approach. I've tried to use Dotfuscator Community Edition (comes with Vis Studio) to obfuscate the dll from the web deployment project. The result is hardly obfuscated at all (I am using the default settings and adding all required DLL's to the Dotfuscators input). Has anyone used this tool successfully with web deployment...
0
1014
by: JJ | last post by:
I'm using Visual Studio 2005. I'm trying to protect my website dll files as best as possible using obfuscating approach. I've tried to use Dotfuscator Community Edition (comes with Vis Studio) to obfuscate the dll from the web deployment project. The result is hardly obfuscated at all (I am using the default settings and adding all required DLL's to the Dotfuscators input). Has anyone used this tool successfully with web deployment...
2
1587
by: NIKHILUNNIKRISHNAN | last post by:
Hi, My name is Nikhil. I am new to programming.I am obfuscating a C# solution using Dotfuscator. The output of the soultion is a UI along with a setup to install the application. The setup is getting the binaries from a path saved in the project setup on VisualStudio 2003. The dotfuscated project is having an another path, the path where dotfuscator is installed. Will I get the proper Setup ? First the C# project is build, on ly then the...
0
1068
by: rhoney | last post by:
I was trying to obfuscate a .NET 3.5 app with Dotfuscator 4. I have 5 buttons on the main Window of the app. After obfuscating, 3 of those buttons are working fine. However, nothing happens on clicking the rest 2. I have added all the assemblies used in the app to the Dotfuscator project. The buttons are working fine in the original assemblies that are obfuscated. In the extreme case, I selected all assem,blies to exclude in the renaming...
0
9480
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10325
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10148
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10091
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8972
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7499
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
3646
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2879
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.