Dll Decompiler ✦ Instant & Safe
return a * b;
int result = a; result *= b; return result;
dll decompiler
int add(int a, int b)