#define  Base_Pople 0x9cd654
int Call_DaZuo=0x0044e000;

//打坐
void DaZuo()
{
    _asm
    {
        mov ecx,[Base_Pople]
        mov ecx,[ecx]
        mov ecx,[ecx+0x70]
        mov ecx,[ecx+0x1ec]
        mov ecx,[ecx+0x8]
        mov ecx,[ecx+0x200]
        call Call_DaZuo
    }

}

内联汇编中不能直接用常量

 

相关文章:

  • 2021-07-24
  • 2022-12-23
  • 2021-12-04
  • 2021-07-25
  • 2021-10-01
  • 2022-12-23
猜你喜欢
  • 2022-01-10
  • 2021-09-30
  • 2022-12-23
  • 2022-12-23
  • 2021-10-17
  • 2022-03-02
相关资源
相似解决方案