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

Decompiler .Net - how to avoid?

I find a lot of .Net decompilers that brings me the full source code,
there is a way to avoid this ?

Pietro
Nov 19 '05 #1
8 1532
The best you can do is use an obfuscator.

http://msdn.microsoft.com/msdnmag/is...n/default.aspx

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Fri, 11 Feb 2005 12:12:52 -0200, Pietro <pv******@deltatech.com.br>
wrote:
I find a lot of .Net decompilers that brings me the full source code,
there is a way to avoid this ?

Pietro


Nov 19 '05 #2
Try an obfuscator. A free one here:

http://www.aspose.com/Products/Aspos.../Overview.html

"Pietro" <pv******@deltatech.com.br> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
I find a lot of .Net decompilers that brings me the full source code, there
is a way to avoid this ?

Pietro


Nov 19 '05 #3
TJS
that link goes nowhere
"Scott Allen" <sc***@nospam.odetocode.com> wrote in message
news:ng********************************@4ax.com...
The best you can do is use an obfuscator.

http://msdn.microsoft.com/msdnmag/is...n/default.aspx

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Fri, 11 Feb 2005 12:12:52 -0200, Pietro <pv******@deltatech.com.br>
wrote:
I find a lot of .Net decompilers that brings me the full source code,
there is a way to avoid this ?

Pietro

Nov 19 '05 #4
I double-checked, for me I get the following MSDN article:
"Thwart Reverse Engineering of Your Visual Basic .NET or C# Code".

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Fri, 11 Feb 2005 21:47:52 -0800, "TJS" <no****@here.com> wrote:
that link goes nowhere
"Scott Allen" <sc***@nospam.odetocode.com> wrote in message
news:ng********************************@4ax.com.. .
The best you can do is use an obfuscator.

http://msdn.microsoft.com/msdnmag/is...n/default.aspx


Nov 19 '05 #5
Pietro <pv******@deltatech.com.br> wrote in news:#U0tHPEEFHA.3888
@TK2MSFTNGP09.phx.gbl:
I find a lot of .Net decompilers that brings me the full source code,
there is a way to avoid this ?


Just get a .NET obfuscators. There are several on the market.

--
Lucas Tam (RE********@rogers.com)
Please delete "REMOVE" from the e-mail address when replying.
http://members.ebay.com/aboutme/coolspot18/
Nov 19 '05 #6
TJS,

I see the MSDN article in that link just fine.

Your network may have a routing problem.

Juan T. Llibre
ASP.NET MVP
http://asp.net.do/foros/
Foros de ASP.NET en Español
=====================

"TJS" <no****@here.com> wrote in message
news:OF**************@tk2msftngp13.phx.gbl...
that link goes nowhere
"Scott Allen" <sc***@nospam.odetocode.com> wrote in message
news:ng********************************@4ax.com...
The best you can do is use an obfuscator.

http://msdn.microsoft.com/msdnmag/is...n/default.aspx

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Fri, 11 Feb 2005 12:12:52 -0200, Pietro <pv******@deltatech.com.br>
wrote:
I find a lot of .Net decompilers that brings me the full source code,
there is a way to avoid this ?

Pietro


Nov 19 '05 #7
TJS
I get this :

http://msdn.microsoft.com/500/defaul...n/default.aspx


"Scott Allen" <sc***@nospam.odetocode.com> wrote in message
news:9r********************************@4ax.com...
I double-checked, for me I get the following MSDN article:
"Thwart Reverse Engineering of Your Visual Basic .NET or C# Code".

--
Scott
http://www.OdeToCode.com/blogs/scott/

On Fri, 11 Feb 2005 21:47:52 -0800, "TJS" <no****@here.com> wrote:
that link goes nowhere
"Scott Allen" <sc***@nospam.odetocode.com> wrote in message
news:ng********************************@4ax.com. ..
The best you can do is use an obfuscator.

http://msdn.microsoft.com/msdnmag/is...n/default.aspx

Nov 19 '05 #8
Hello Pietro,

I've noticed that you have gotten a lot of responses suggesting an obfuscator.
I just wanted to make sure that you knew that an obfuscator simply munges
the code. While a decompiler can still be used against your program, the
obfuscator makes it hard, but not impossible to determine what is going on.

--
Matt Berther
http://www.mattberther.com
I find a lot of .Net decompilers that brings me the full source code,
there is a way to avoid this ?

Pietro


Nov 19 '05 #9

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

Similar topics

28
by: gmcdanie | last post by:
I am looking for a Java Decompiler... preferably free. Any suggestions. Ease of use isn't a problem as long as it does a fair job.
1
by: Carlos Barini | last post by:
Anyone know how to avoid .NET decompiler like anakrino ? How can I block a decompiler? Carlos Barini
192
by: Vortex Soft | last post by:
http://www.junglecreatures.com/ Try it and tell me what's happenning in the Microsoft Corporation. Notes: VB, C# are CLS compliant
4
by: Ralph | last post by:
I have a .net exe a client has given to me to modify. Unfortunately client claims source code was accidentally lost, however they do indeed own the app. App is dot net I ran ildasm.exe and did...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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...
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...
0
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...
0
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,...

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.