Can obfuscation affect performance? Almost every commercial application nowadays uses code protection. Traditionally, .NET applications are protected by obfuscation. An obfuscator renames metadata, changes the code, making it difficult to decode, hides resources, encrypts string …
Continue readingHow to write hardware id generator?
Developers, who write in C#, VB.Net, or any other .Net language, often ask how to get and check hardware id in their favorite language. No matter what language you use, the idea is the same. …
Continue readingAn obfuscator for VB.Net
What is obfuscation? Almost all VB.Net developers know that compiled .Net code is well readable and easy to understand. Most names, that a developer uses for classes, methods, and fields, are opened, and everyone can …
Continue readingC# obfuscator
C# code is an intellectual property, no company wants their code to be stolen. Unfortunately, compiled code is opened to everyone: it is easy to extract, modify and rebuild it. Another problem is that embedded …
Continue reading