26.02.2015 Views

C#.Net Migration - A2Z Dotnet

C#.Net Migration - A2Z Dotnet

C#.Net Migration - A2Z Dotnet

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Obfuscated Code<br />

//Original Source Code Before Obfuscation<br />

private void CalcPayroll(SpecialList employeeGroup)<br />

{<br />

while (employeeGroup.HasMore())<br />

{<br />

employee = employeeGroup.GetNext(true);<br />

employee.UpdateSalary();<br />

DistributeCheck(employee);<br />

}<br />

}<br />

//Reverse-Engineered Source Code<br />

//After Overload Induction Dotfuscation<br />

private void a(a b)<br />

{<br />

while (b.a())<br />

{<br />

a = b.a(true);<br />

a.a();<br />

a(a);<br />

}<br />

}<br />

15

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!