struct context {
int edi;
int esi;
int ebx;
int ebp;
int eip;
};

对应的入栈顺序是

pushl %esp

pushl %eip

pushl %ebp
pushl %ebx
pushl %esi
pushl %edi

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2021-08-11
  • 2021-11-01
  • 2021-07-21
猜你喜欢
  • 2021-12-11
  • 2021-09-27
  • 2022-12-23
  • 2021-12-29
  • 2021-12-04
  • 2021-12-29
  • 2021-06-25
相关资源
相似解决方案