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 )?
There is this tool called NGen where you can compile your MSIL Assembly into native code.