https://www.dllhook.com/post/249.html
int Func(int a, int b) {
return a + b;
}
int myFunc(int a, int b) __asm("_Func");
int myprintf(const char * __restrict, ...) __asm("_printf");