Search code examples
c#.netdecompiling

how can i protect CIL ( Common Intermediate language ) assembly from Decompiling


can i convert CIL assembly files (.net exe files) to native exe files or exist a tool that protect or avoid from easy decompiling to magar source ? ( Not just Dotfuscator Community Edition )?


Solution

  • There is this tool called NGen where you can compile your MSIL Assembly into native code.