adplus-dvertising
frame-decoration

Question

What is the best way to prevent people from reverse engineering .NET assemblies?

a.

Precompiling the assemblies

b.

Encrypting the assemblies

c.

Obfuscating the assemblies

d.

None of the above

Posted under Reverse Engineering

Answer: (a).Precompiling the assemblies Explanation:Precompiling .NET assemblies is undoubtedly the best way to prevent people from reverse engineering them.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the best way to prevent people from reverse engineering .NET assemblies?