Posts
Sort by recent activity
SmartAssembly 6.12 does not rename variables or methods when obfuscating a C# WPF application
e.g. after obfuscation I get this result using dotPeek: (Crypto Obfuscator is doing that better)
protected override void OnSourceInitialized(EventArgs e) { base.OnSourceInitialized(e); ...