Which of the following is a .net obfuscation solution
Options
- Decompiles DLL back into actual source code
- It determines if or not a piece of code is allowed to run
- Prevent a .NET DLL to be decompiled
- None of the above
CORRECT ANSWER : Prevent a .NET DLL to be decompiled
Write your comments