|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
how to protect my codeshi,every one!
I have an urgent question. My codes need to be published now,but I learn programs produced with .net are very easy to be reverse-engineered. Could anyone give me some sugguestions to protect my c# codes? Crespo 2006-06-15 Look up obfuscation on www.sharptoolbox.com. There are a variety of products
to choose from in all sorts of budget ranges. -- Show quoteGregory A. Beamer ************************************************* Think Outside the Box! ************************************************* "zeeway" <zee***@gmail.com> wrote in message news:uT9aeSCkGHA.984@TK2MSFTNGP04.phx.gbl... > hi,every one! > I have an urgent question. My codes need to be published now,but I learn > programs produced with .net are very easy to be reverse-engineered. Could > anyone give me some sugguestions to protect my c# codes? > > > Crespo > > 2006-06-15 > > > Hi
I have another question of the subject: My application (.Net 2.0) uses a hardware key to prevent illegal copies. The problem is it's very easy to reverse engineer the code to remove this check. As far as I know obfuscation tools are useless for this scenario, since cracking the protection only requires searching the code for a use of the protection tool's API assembly (I'm using a 3rd party dongle). Which tools would you recommend? Show quote "zeeway" <zee***@gmail.com> wrote in message news:uT9aeSCkGHA.984@TK2MSFTNGP04.phx.gbl... > hi,every one! > I have an urgent question. My codes need to be published now,but I learn > programs produced with .net are very easy to be reverse-engineered. Could > anyone give me some sugguestions to protect my c# codes? > > > Crespo > > 2006-06-15 > > > > |
|||||||||||||||||||||||