473,378 Members | 1,110 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,378 software developers and data experts.

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 1854
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.microsoft.c om...
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********@discussions.microsoft.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.microsoft.c om...
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.microsoft.c om...

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

Robbie
In article <#x**************@TK2MSFTNGP12.phx.gbl>,
an********@discussions.microsoft.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.microsoft.c om...
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.microsoft.c om...
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.microsoft.c om...
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
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
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...
3
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...
9
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...
2
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...
2
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...
5
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...
1
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...
2
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...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...

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.