Of course, but we are in a .NET forum so I'm talking specifically about .NET! You can, more or less, consider Java & .NET interchangeable in most cases, this being one of them.
However, something like C++ cannot be reverse engineered quite so easily, although, given enough time, it can be. The moral of the story - don't waste your time "protecting" your source. Protect your ideas instead by making your software so compelling to use that people don't want to steal the code behind it. On Thu, Dec 10, 2009 at 9:15 AM, Processor Devil <[email protected]>wrote: > It works this way for everything, not only .NET... > you can use javad for retrieving code from java bytecode, .NET reflector to > get code from .NET based apps and if you are really skilled, all you need > from getting code back from native binaries is debugger. > > 2009/12/10 Jamie Fraser <[email protected]> > > Nothing. >> >> The nature of .NET code means that if someone *really* wants your source >> code they can get it (with the exception of remote code, i.e. asp.net, >> wcf services) >> >> >> >> On Wed, Dec 9, 2009 at 3:05 PM, Kadir Avci <[email protected]> wrote: >> >>> What are you doing for code security? >>> Prevent from copying, erasing, stealing ..etc. >>> >>> >>> Kadir Avcı >>> Software Developer | Freelance Web Designer >>> web: www.kad1r.com >>> twt: www.twitter.com/kad1r >>> Sent from Izmir, 35, Turkey >> >> >> >
