https://www.dllhook.com/post/249.html

 

  1. int Func(int a, int b) {
  2. return a + b;
  3. }
  4. int myFunc(int a, int b) __asm("_Func");
  5. int myprintf(const char * __restrict, ...) __asm("_printf");
 posted on 2019-08-30 11:21  PoloKey  阅读(98)  评论(0)    收藏  举报