: math_ops.dll (custom compiled with MSVC, no optimizations, exports add(int a, int b) and multiply(int a, int b) ).
int __fastcall add(int a, int b)
Decompiler yields:
return a + b;
Language lessons across the UK & Ireland
Call us! 0203 650 19 50 / +353 (0) 1 440 3978
: math_ops.dll (custom compiled with MSVC, no optimizations, exports add(int a, int b) and multiply(int a, int b) ).
int __fastcall add(int a, int b)
Decompiler yields:
return a + b;