Re: Code Security against DISSASSEMBLING! How to protect intelectual property.
From: Ivan Medvedev [MS] (ivanmed_at_online.microsoft.com)
Date: 08/05/03
- Next message: Ivan Medvedev [MS]: "Re: Protecting code"
- Previous message: Ivan Medvedev [MS]: "Re: OleDbConnection from IE hosted control(.NET 1.1)"
- In reply to: Peter: "Code Security against DISSASSEMBLING! How to protect intelectual property."
- Next in thread: Keith Patrick: "Re: Code Security against DISSASSEMBLING! How to protect intelectual property."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Tue, 5 Aug 2003 11:12:36 -0700
Peter -
any code (not only managed, but native code, too) can be disassembled and
its content viewed. You can use obfuscators (one comes with VisualStudio) to
make reading code more dififcult, but it is not an ultimate protection. If
you are really concerned about disclosing intellectual property you can
create a WebService that contains the sensitive code and exposes APIs for
apps to call remotely.
--Ivan
This posting is provided "AS IS" with no warranties, and confers no rights.
"Peter" <tciinc@yahoo.com> wrote in message
news:00e901c35a9b$f55cb470$a101280a@phx.gbl...
> Hello,
> I do have a small application that I have compiled in
> test.exe. When I open ILdasm I'm able to see all my code,
> forms everything. What do I need to do so my intellectual
> property is protected and my code can not be disassembled
> and viewed. Please help. Any suggesting will be highly
> appreciated.
> Thank you.
> Peter
>
- Next message: Ivan Medvedev [MS]: "Re: Protecting code"
- Previous message: Ivan Medvedev [MS]: "Re: OleDbConnection from IE hosted control(.NET 1.1)"
- In reply to: Peter: "Code Security against DISSASSEMBLING! How to protect intelectual property."
- Next in thread: Keith Patrick: "Re: Code Security against DISSASSEMBLING! How to protect intelectual property."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]