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

Home Posts Topics Members FAQ

Any MSFT plans to prevent reverse engineering or license hacking?

Does Microsoft have ANY plans for .Net to allow developers to protect their
software from decompilation of the intellectual property or easily hacking
an otherwise secure licensing scheme by simply removing it with readily
supplied tools?

Obfuscation doesn't seem to be the answer and licensing schemes are so
easily gotten around by simply editing the MSIL.

Is there any reasonable way to protect my software without buying a complex
obfuscation/encryption scheme that can still be pretty easily hacked?

Are the new versions of NGEN still requiring the MSIL to be present? Seems
like if this requirement could be gotten rid of then good old compiled code
would help a lot toward IP protection as well as licensing.

I love .NET and want to publish some software that will be pretty
inexpensive but it would be nice to protect it from being easily stolen. I
can do the licensing OK but its trivial to just remove it.

Thanks for any and all suggestions and comments,
Dave

Aug 22 '07 #1
3 1821
Anyone have any suggestions if there is any decnet way to protect your IP?

Or if NGEN can compile to machine code where the MSIL is no longer required?

Does MSFT recognize these as problems or issues?

Thanks, Dave

"Dave" <da**@nospam.co mwrote in message
news:%2******** ********@TK2MSF TNGP05.phx.gbl. ..
Does Microsoft have ANY plans for .Net to allow developers to protect
their software from decompilation of the intellectual property or easily
hacking an otherwise secure licensing scheme by simply removing it with
readily supplied tools?

Obfuscation doesn't seem to be the answer and licensing schemes are so
easily gotten around by simply editing the MSIL.

Is there any reasonable way to protect my software without buying a
complex obfuscation/encryption scheme that can still be pretty easily
hacked?

Are the new versions of NGEN still requiring the MSIL to be present? Seems
like if this requirement could be gotten rid of then good old compiled
code would help a lot toward IP protection as well as licensing.

I love .NET and want to publish some software that will be pretty
inexpensive but it would be nice to protect it from being easily stolen. I
can do the licensing OK but its trivial to just remove it.

Thanks for any and all suggestions and comments,
Dave
Aug 22 '07 #2
You should look into obfuscators, check out http://www.howtoselectguides.com/dotnet/obfuscators/
for more information.

-Arun
Anyone have any suggestions if there is any decnet way to protect your
IP?

Or if NGEN can compile to machine code where the MSIL is no longer
required?

Does MSFT recognize these as problems or issues?

Thanks, Dave

"Dave" <da**@nospam.co mwrote in message
news:%2******** ********@TK2MSF TNGP05.phx.gbl. ..
>Does Microsoft have ANY plans for .Net to allow developers to protect
their software from decompilation of the intellectual property or
easily hacking an otherwise secure licensing scheme by simply
removing it with readily supplied tools?

Obfuscation doesn't seem to be the answer and licensing schemes are
so easily gotten around by simply editing the MSIL.

Is there any reasonable way to protect my software without buying a
complex obfuscation/encryption scheme that can still be pretty easily
hacked?

Are the new versions of NGEN still requiring the MSIL to be present?
Seems like if this requirement could be gotten rid of then good old
compiled code would help a lot toward IP protection as well as
licensing.

I love .NET and want to publish some software that will be pretty
inexpensive but it would be nice to protect it from being easily
stolen. I can do the licensing OK but its trivial to just remove it.

Thanks for any and all suggestions and comments,
Dave

Aug 22 '07 #3
Thanks. All very expensive. Am looking into the Salamander stuff as seems to
have the widest offering including a native compiler and linker which seem
interesting. Some of these, esp. Dotfuscator are outrageously expensive and
cannot be afforded by a small scale developer.

MSFT should allow building executables that can only be run by the CLR and
cannot be decompiled into working source or licensing schemes easily patched
around.

Really the only deficeiency in .NET as far as I'm concerned.

Would still like to know if MSFT has any plans in this area...

Dave

"Arunkumar Keserla" <ak******@gmail .comwrote in message
news:d7******** *************** **@msnews.micro soft.com...
You should look into obfuscators, check out
http://www.howtoselectguides.com/dotnet/obfuscators/ for more information.
-Arun
>Anyone have any suggestions if there is any decnet way to protect your
IP?

Or if NGEN can compile to machine code where the MSIL is no longer
required?

Does MSFT recognize these as problems or issues?

Thanks, Dave

"Dave" <da**@nospam.co mwrote in message
news:%2******* *********@TK2MS FTNGP05.phx.gbl ...
>>Does Microsoft have ANY plans for .Net to allow developers to protect
their software from decompilation of the intellectual property or
easily hacking an otherwise secure licensing scheme by simply
removing it with readily supplied tools?

Obfuscation doesn't seem to be the answer and licensing schemes are
so easily gotten around by simply editing the MSIL.

Is there any reasonable way to protect my software without buying a
complex obfuscation/encryption scheme that can still be pretty easily
hacked?

Are the new versions of NGEN still requiring the MSIL to be present?
Seems like if this requirement could be gotten rid of then good old
compiled code would help a lot toward IP protection as well as
licensing.

I love .NET and want to publish some software that will be pretty
inexpensive but it would be nice to protect it from being easily
stolen. I can do the licensing OK but its trivial to just remove it.

Thanks for any and all suggestions and comments,
Dave

Aug 23 '07 #4

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

Similar topics

2
3695
by: Markus Stenzel | last post by:
I have a Python software for Windows, packed into a single exe file and accompanied with a few dll and package files. Is there any way to reverse engineer this packet by extracting the source files so they can be used on Linux/Unix? I have checked the exe but it seems to be compressed by zlib. Some people on the mailing lists told my friend it's possible to get the code once you can "unpack" the files from the exe.
8
675
by: xiao zhang yu | last post by:
me was sorry if this question are present before DotNet, no matter VB.Net or C# all they are compiled to IL, and yes, that IL will totally same as "open-sourse", every IL will easy to decompile and get the source nicety, although there have comeout with some "obfuscators" solution, but the structure still remain exactly same as the source after obfuscate. me unable to understand what the benefit will IL bring to me, is that benefit of...
17
7180
by: Sulu's Beard | last post by:
Hey gang, I'm evaluating the CA ERWin product for an upcoming data warehousing project. I'm most excited about the reverse engineering aspect of this system. I've sucessfully tested it on a SQL Server 2000 system, however, when I run it against our iSeries DB2 system (on which our ERP exists), I encounter errors that essentially say that files are missing from our SYSCAT library. I'm not an iSeries expert, but I can say that the
7
5168
by: Martin | last post by:
Hi, I am trying to reverse engineer some software in C. Ideally I would like to use a free program that would scan for function calls and map the route of function calls in programs in a tree structure. ie. main() defined in a.c | ----------------> init_comms() defined in b.c
15
5088
by: Fady Anwar | last post by:
Hi while browsing the net i noticed that there is sites publishing some software that claim that it can decompile .net applications i didn't bleave it in fact but after trying it i was surprised that i could retrieve my code from my applications after i compile it so i need to know to prevent this from happening to my applications Thanx in advance
5
1736
by: Rodrigo Ferreira | last post by:
Anyone can explain me in a few words what is reverse engineering (benefficts) and how can i do that?
6
7383
by: Herby | last post by:
Hi, Im interested in Reverse Engineering C++ source code into a form more comprehensible than the source itself. I want to write a basic one myself, obviously i need to write a parser for the source code. Although this has some overlap with say a compiler it would also seem significantly different too.
7
5337
by: Gui | last post by:
Hi folks, I have unpacked an all-in-one exe produced by InstallShield. I've made the necessary changes and now I'm ready to repack the files. How can I do that? Which program should I use? For unpacking I used IsXunpack. But which one should I use to repack the files into an all-in-one exe again? Maybe I should use InstallShield itself, but how?
1
10760
by: sunnyluthra1 | last post by:
Hi, I was creating an Application in MS Access for Geocoding a particular Address from Google to get the Lat & Long. I successfully able to did that. Here is the code: **************************** On Error Resume Next 'if address not found, just move along Dim xml_document As DOMDocument Set xml_document = New DOMDocument Dim rootNode As IXMLDOMNode
0
9645
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
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,...
1
10090
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
9949
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...
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
5380
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...
0
5511
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4050
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
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.