Tag Archives: Code

Can be protected from reverse engeneering an app developed in C#?

Can be protected from reverse engeneering an app developed in C#?

The short answer is no. Since .NET compiles to the intermediate language (MSIL), the original code can easily be inferred from the compiled assemblies.

However, there are obfuscation utilities that make understanding/modifying the decompiled code much more difficult. They essentially work by renaming all Read more »

Protect Your .net Code By Skater .net Obfuscator

Protect Your .net Code By Skater .net Obfuscator

Application vulnerabilities, Intellectual Property theft and revenue loss are among the most serious risks facing companies today. According to Business Software Alliance statistics, four out of every ten software programs is pirated in software business, world wide.

Unauthorized access to source code can offer Read more »