0
kicks
Protecting your precious code - Naming inside our obfuscater
This article introduces the beginnings of an open source obfuscator - NCloak. It continues on from previous articles in the Protecting your precious code series, and the implementation of an obfuscater using Mono.Cecil. In particular, it investigates renaming all private members as non-english characters (just like many commercial products do already) and provides the code for a basic obfuscation tool that can be reused in your products.