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 > > >
