473,788 Members | 2,896 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

dotfuscator & delegates & deployment

Hello,

When I use the dotfuscator (Community Edition), all my delegate
functions no longer work.

I understand the reason why (the function in my delegate no longer
exists under the name I try to called it due to the obfuscation
process), but I don't know how to solve the problem except by excluding
the classes I delegate to...

However this solution is not satifactory (because the huge amount of
delegates and classes).

Is there an other solution?
Second problem: how can I automatically add the obfuscated exe into a
deployment project (so the principle output of a project is first
obfuscated before added to the project?

tia,
Robbie De Sutter
Jul 21 '05 #1
5 1899
Try a better obfuscator and not the crap thats shipped with the IDE.

Try http://www.remotesoft.com

"Robbie De Sutter" <Ro************ *********@ugent .be> wrote in message
news:MP******** *************** *@msnews.micros oft.com...
Hello,

When I use the dotfuscator (Community Edition), all my delegate
functions no longer work.

I understand the reason why (the function in my delegate no longer
exists under the name I try to called it due to the obfuscation
process), but I don't know how to solve the problem except by excluding
the classes I delegate to...

However this solution is not satifactory (because the huge amount of
delegates and classes).

Is there an other solution?
Second problem: how can I automatically add the obfuscated exe into a
deployment project (so the principle output of a project is first
obfuscated before added to the project?

tia,
Robbie De Sutter

Jul 21 '05 #2

The same problem exists: the delegate function calls are broken!

Robbie
In article <#x************ **@TK2MSFTNGP12 .phx.gbl>,
an********@disc ussions.microso ft.com says...
Try a better obfuscator and not the crap thats shipped with the IDE.

Try http://www.remotesoft.com

"Robbie De Sutter" <Ro************ *********@ugent .be> wrote in message
news:MP******** *************** *@msnews.micros oft.com...
Hello,

When I use the dotfuscator (Community Edition), all my delegate
functions no longer work.

I understand the reason why (the function in my delegate no longer
exists under the name I try to called it due to the obfuscation
process), but I don't know how to solve the problem except by excluding
the classes I delegate to...

However this solution is not satifactory (because the huge amount of
delegates and classes).

Is there an other solution?
Second problem: how can I automatically add the obfuscated exe into a
deployment project (so the principle output of a project is first
obfuscated before added to the project?

tia,
Robbie De Sutter


Jul 21 '05 #3
on all obfuscators?

Make a bug report on them then with ur example.

"Robbie De Sutter" <Ro************ *********@ugent .be> wrote in message
news:MP******** *************** *@msnews.micros oft.com...

The same problem exists: the delegate function calls are broken!

Robbie
In article <#x************ **@TK2MSFTNGP12 .phx.gbl>,
an********@disc ussions.microso ft.com says...
Try a better obfuscator and not the crap thats shipped with the IDE.

Try http://www.remotesoft.com

"Robbie De Sutter" <Ro************ *********@ugent .be> wrote in message
news:MP******** *************** *@msnews.micros oft.com...
Hello,

When I use the dotfuscator (Community Edition), all my delegate
functions no longer work.

I understand the reason why (the function in my delegate no longer
exists under the name I try to called it due to the obfuscation
process), but I don't know how to solve the problem except by excluding the classes I delegate to...

However this solution is not satifactory (because the huge amount of
delegates and classes).

Is there an other solution?
Second problem: how can I automatically add the obfuscated exe into a
deployment project (so the principle output of a project is first
obfuscated before added to the project?

tia,
Robbie De Sutter


Jul 21 '05 #4

"Robbie De Sutter" <Ro************ *********@ugent .be> schreef in bericht
news:MP******** *************** *@msnews.micros oft.com...
Hello,

When I use the dotfuscator (Community Edition), all my delegate
functions no longer work.

I understand the reason why (the function in my delegate no longer
exists under the name I try to called it due to the obfuscation
process), but I don't know how to solve the problem except by excluding
the classes I delegate to...

However this solution is not satifactory (because the huge amount of
delegates and classes).

Is there an other solution?
Second problem: how can I automatically add the obfuscated exe into a
deployment project (so the principle output of a project is first
obfuscated before added to the project?

tia,
Robbie De Sutter


I use the free open-source one made by Dan Appleman
(http://www.desaware.com). It's still there somewhere but pretty hard to
find. However you can find a copy at
http://www.abderaware.com/WhitePapers/Obfuscator.htm with a little
explaination on how to use it. It's just a matter of not obfuscating certain
things I think.

Yves Dhondt
Jul 21 '05 #5
Robbie,
How are you creating your delegate?

There is a way in dotfuscator (Community Edition), to go in and state that
it should leave certain names alone. I have not used dotfuscator enough yet
to tell you how.

I would start by investigating the rename options.

Hope this helps
Jay

"Robbie De Sutter" <Ro************ *********@ugent .be> wrote in message
news:MP******** *************** *@msnews.micros oft.com...
Hello,

When I use the dotfuscator (Community Edition), all my delegate
functions no longer work.

I understand the reason why (the function in my delegate no longer
exists under the name I try to called it due to the obfuscation
process), but I don't know how to solve the problem except by excluding
the classes I delegate to...

However this solution is not satifactory (because the huge amount of
delegates and classes).

Is there an other solution?
Second problem: how can I automatically add the obfuscated exe into a
deployment project (so the principle output of a project is first
obfuscated before added to the project?

tia,
Robbie De Sutter

Jul 21 '05 #6

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

Similar topics

0
1078
by: maZi | last post by:
I have a .exe file which is generated by dotfuscator. How can I use it in deployment project? Please provide instruction as details as possible. Thanks in advance
1
3218
by: StevenBarnes | last post by:
I have a solution with 6 or so projects, some dts dll's, a couple images, etc. I have a working setup project that creates a nice installation msi. Cool. Now I want to obfuscate my .exe and my .dll's, & have the Setup project build using the obfuscated files. I manually copy the obfuscated files back into each project's obj/release folder. Then I build the setup project (while not re-building anything else, of course). That seems to...
3
3990
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...
9
1440
by: Just D. | last post by:
Guys, What's the current situation with obfuscating, dotfuscating, encryption and other tricks that we could do to .NET applications before deployment? It wasn't very good a year ago, was something changed since that? Just D.
2
2304
by: Tina | last post by:
I have a dll created from an asp.net component I wrote. I want to distribute it to other developers but I'm told it can be reverse engineered. I read the docs on dotfuscator thinking that this could add protection. The docs say that to run it from vs.net to run it from the external tools menu then follow the gui. The External Tools dialog box comes up, I highlight Dot&Fuscator Community Edition, Hit OK and nothing happens. What am I...
2
1870
by: John Z | last post by:
OK, I have successfully obfuscated the .exe in my bin folder. When I build my deployment project, the obfuscated .exe is rebuilt to its original unobfuscated state. How to I prevent this from happening so that the .msi file has the obfuscated .exe? Build SetUp Project still insists on rebuilding the .exe, presumably because it is a dependent of the setup project. What switch or setting am I missing? Thanks,
5
311
by: Robbie De Sutter | last post by:
Hello, When I use the dotfuscator (Community Edition), all my delegate functions no longer work. I understand the reason why (the function in my delegate no longer exists under the name I try to called it due to the obfuscation process), but I don't know how to solve the problem except by excluding the classes I delegate to...
1
1803
by: tuna | last post by:
Need help with windows form setup project. I used dotfuscator(free version with vs 2005) and do not know how to add the output (renamed assembly .exe) to the setup project. If I remove the original .exe and replace it with the dotfuscator version it will not work. -- thanks for any help, tuna
2
4544
by: Michael Kalika | last post by:
Hi, We have developed a VSTO 2005 Excel application and we would like to leverage ClickOnce deployment mechanism for distribution of this application. How can we do that? I was digging in MSDN for VSTO & ClickOnce documentation and did not find anything. I've noticed that there is an option to publish the project, but when I do that and then run the application from Web it throws us security errors like:
0
9656
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10172
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
10110
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
9967
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8993
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...
0
6750
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5398
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3670
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2894
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.