How can I stop my code being reverse-engineered from IL



How can I stop my code being reverse-engineered from IL..

Answer / kirti

There is currently no simple way to stop code being reverse-engineered from IL. In future it is likely that IL obfuscation tools will become available, either from MS or from third parties. These tools work by 'optimising' the IL in such a way that reverse-engineering becomes much more difficult.

Of course if you are writing web services then reverse-engineering is not a problem as clients do not have access to your IL.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Dot Net Framework Interview Questions

What is Reference type and value type

1 Answers  


Explain the advantages of dependency injection (di) in asp.net mvc?

0 Answers  


How we can invoke child actions in ASP.Net MVC?

0 Answers  


what is entityclient?

0 Answers   Microsoft,


What are the components required to create a route in mvc?

0 Answers  






what is scalar property?

0 Answers   Microsoft,


Is any files are generated,when we are adding the web reference to the web service?

2 Answers  


Explain the difference between Viewbag and Viewdata in ASP.NET MVC?

0 Answers  


Explain peek method in tempdata in asp.net mvc?

0 Answers  


Is http stateful or stateless?

0 Answers  


Diffence between .net framework 1.0 and 2.0?

2 Answers   DataPoint,


What is the need of Action Filters in ASP.Net MVC

0 Answers   B-Ways TecnoSoft,


Categories