Comprehensive suite for reverse engineering, completely free. Professional RE

return a * b;

DLL, decompilation, reverse engineering, PE format, intermediate representation, Ghidra, IDA Pro

int multiply(int a, int b)

: math_ops.dll (custom compiled with MSVC, no optimizations, exports add(int a, int b) and multiply(int a, int b) ).

Still correct but variable result is synthetic.