Math Protection

This protection converts all integers in the Assembly into maths equations that keeps the raw values out of the code.

Before Obfuscation
this.button1.Location = new Point(284, 190);
After Obfuscation
this.button1.Location = new Point(Convert.ToInt32(284.72656095075621 - Math.Tan(142.0)), Convert.ToInt32(189.26982643900519 + Math.Cos(95.0)));

Last updated

Was this helpful?