473,406 Members | 2,387 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,406 software developers and data experts.

How to obfuscate the CSharp code ?

As far as I understood intermediate CSharp IC code can be retrieved resp. re-engineered
to a similar source code as the original.

Are there any options to obfuscate the code ?

Carla

May 22 '07 #1
6 1739
There's apps available on the net. If you use Visual Studio 2005, there's a
Dotfuscator Community Edition that you could play around with.

"Carla Simeoni" <c.****@subnet.netwrote in message
news:46***********************@newsspool1.arcor-online.net...
As far as I understood intermediate CSharp IC code can be retrieved resp.
re-engineered
to a similar source code as the original.

Are there any options to obfuscate the code ?

Carla
May 22 '07 #2
Carla Simeoni wrote:
As far as I understood intermediate CSharp IC code can be retrieved resp. re-engineered
to a similar source code as the original.

Are there any options to obfuscate the code ?
You can find various obfuscator products for .NET.

One of the better known is
http://www.remotesoft.com/salamander/obfuscator.html !

But consider if you really need it.

Decompiling to 500000 lines of code with:
* no comments in the code
* meaningless names for local variables
* no design documentation
* no developers with knowledge about the code
is not really producing anything of value.

Only use it if you need to protect something very
specific like special algorithms etc..

Arne
May 23 '07 #3
Decompiling to 500000 lines of code with:
* no comments in the code
* meaningless names for local variables
* no design documentation
* no developers with knowledge about the code
is not really producing anything of value.
What do you mean decompile, that is our source code ;)

"Arne Vajhøj" <ar**@vajhoej.dkwrote in message
news:46***********************@news.sunsite.dk...
Carla Simeoni wrote:
>As far as I understood intermediate CSharp IC code can be retrieved resp.
re-engineered
to a similar source code as the original.

Are there any options to obfuscate the code ?

You can find various obfuscator products for .NET.

One of the better known is
http://www.remotesoft.com/salamander/obfuscator.html !

But consider if you really need it.

Decompiling to 500000 lines of code with:
* no comments in the code
* meaningless names for local variables
* no design documentation
* no developers with knowledge about the code
is not really producing anything of value.

Only use it if you need to protect something very
specific like special algorithms etc..

Arne

May 23 '07 #4
The purpose of the obfuscation is not to modify the original source code.
It's so that people can't open up the IL assemply and see your entire
structure. Personally, I think everyone should be using some type of
obfuscating tool if they intend to resell their product. Not only to
protect their work, but to protect their clients.
"Arne Vajhøj" <ar**@vajhoej.dkwrote in message
news:46***********************@news.sunsite.dk...
Carla Simeoni wrote:
>As far as I understood intermediate CSharp IC code can be retrieved resp.
re-engineered
to a similar source code as the original.

Are there any options to obfuscate the code ?

You can find various obfuscator products for .NET.

One of the better known is
http://www.remotesoft.com/salamander/obfuscator.html !

But consider if you really need it.

Decompiling to 500000 lines of code with:
* no comments in the code
* meaningless names for local variables
* no design documentation
* no developers with knowledge about the code
is not really producing anything of value.

Only use it if you need to protect something very
specific like special algorithms etc..

Arne
May 23 '07 #5
Paul Hadfield wrote:
>Decompiling to 500000 lines of code with:
* no comments in the code
* meaningless names for local variables
* no design documentation
* no developers with knowledge about the code
is not really producing anything of value.

What do you mean decompile, that is our source code ;)
:-)

Arne
May 24 '07 #6
macleod wrote:
The purpose of the obfuscation is not to modify the original source
code. It's so that people can't open up the IL assemply and see your
entire structure.
Yes.

Nobody said otherwise.

Did someone run an obfuscator on what I wrote ? :-)

I just argued that in most cases you would not care.

Arne

May 24 '07 #7

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

Similar topics

3
by: mthlv12 | last post by:
I am using the latest version of eclipse to develop a java application. Is there an obfuscate button in eclipse ?
3
by: Aaron | last post by:
How would code obfuscation affect performance? in .net C#
11
by: J.L.Cooper | last post by:
I have been looking at the winning entries for the International Obfuscated C Contest (Shame I missed it till it had closed, well next time I will get an entry in) and I was wondering if anyone...
11
by: RF | last post by:
Hi All, I need some help from experts of preparing an application for obfuscation and installation. A solution with two projects: 1. I have a standard windows form app with an implemented...
20
by: Drebin | last post by:
It's a long story really, but the bottom line is we need to encrypt or obfuscate a clear-text 9-digit SSN/taxpayer ID into something less than 21 characters. It doesn't need to be super-secure,...
20
by: twigster | last post by:
Hey everyone, I'm looking for a good way to obfuscate some Javascript code. Does anyone have a good experience or bad experience with a particular software? thanks
0
by: nelmr | last post by:
Hey guys, I've tried and tried to find a walk thru that works. Since I am using VS C# 2008 express, i am using clickonce deployment. I am targeting the 2.0 framework as I am not using any 3.5...
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: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
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...
0
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,...
0
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...
0
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...

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.