HighTechTalks DotNet Forums  

Interview Questions Feb 20, 2006

Dotnet VJSharp microsoft.public.dotnet.vjsharp


Discuss Interview Questions Feb 20, 2006 in the Dotnet VJSharp forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Jobs
 
Posts: n/a

Default Interview Questions Feb 20, 2006 - 02-20-2006 , 01:04 PM








How to prevent my .NET DLL to be decompiled?

By design .NET embeds rich Meta data inside the executable code using
MSIL.Any one can easily decompile your DLL back using tools like ILDASM
( owned by Microsoft) or Reflector for .NET which is a third party.
Secondly there are many third party tools which make this decompiling
process a click away. So any one can easily look in to your assemblies
and reverse engineer them back in to actual source code and understand
some real good logic which can make easy to crack your application.

The process by which you can stop this reverse engineering is using
"obfuscation". It's a technique which will foil the decompilers.
There are many third parties (XenoCode, Demeanor for .NET) which
provide .NET obfuscation solution. Microsoft includes one that is
Dotfuscator Community Edition with Visual Studio.NET.

Full Interview Questions for .NET and SQL Server
http://www.geocities.com/dotnetinterviews/
Help the community to make job search easier mail your questions to
jobatyourdoorstep (AT) yahoo (DOT) co.in
Looking for a onsite job mail your resumes at
jobatyourdoorstep (AT) yahoo (DOT) co.in


Reply With Quote
  #2  
Old   
asdf
 
Posts: n/a

Default Re: Interview Questions Feb 20, 2006 - 02-23-2006 , 02:15 AM






"Looking for a onsite job mail your resumes at"

the entire internet and all public specs where written and emailed
by people who never saw each other.

Following your reasoning dot.net programmers just became
a candidate for the special olympics.

**************

First place, nice dotfuscator, you have.
Look at the guy at second place, what nice meta, assemblies, reflector he
has.
And the guy a third place gets a Community Edition with Visual Studio.NET.

***************

And at the end of the day, the world moved on, and you will still be
with the special olympics for programmers.

That is why Ms has the cake and eats it too.

**************

for the able bodied programmers here, do not sent a resume to
an "yahoo" address in indonesia, or you will and up with spam.









"Jobs" <jobatyourdoorstep (AT) yahoo (DOT) co.in> wrote

Quote:

How to prevent my .NET DLL to be decompiled?

By design .NET embeds rich Meta data inside the executable code using
MSIL.Any one can easily decompile your DLL back using tools like ILDASM
( owned by Microsoft) or Reflector for .NET which is a third party.
Secondly there are many third party tools which make this decompiling
process a click away. So any one can easily look in to your assemblies
and reverse engineer them back in to actual source code and understand
some real good logic which can make easy to crack your application.

The process by which you can stop this reverse engineering is using
"obfuscation". It's a technique which will foil the decompilers.
There are many third parties (XenoCode, Demeanor for .NET) which
provide .NET obfuscation solution. Microsoft includes one that is
Dotfuscator Community Edition with Visual Studio.NET.

Full Interview Questions for .NET and SQL Server
http://www.geocities.com/dotnetinterviews/
Help the community to make job search easier mail your questions to
jobatyourdoorstep (AT) yahoo (DOT) co.in
Looking for a onsite job mail your resumes at
jobatyourdoorstep (AT) yahoo (DOT) co.in



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.