Dll Decompiler | LEGIT |

: With no optimizations, decompilation is near-perfect. Step 4 – With optimizations enabled ( /O2 ) Decompilation becomes:

For multiply :

return a + b; // same

return a + b;

int add(int a, int b)

return a * b;

int state = 0; while(1) switch(state) case 0: state = 1; break; case 1: return param_1 + param_2; dll decompiler

int add(int param_1, int param_2)