sorisuto

导航

 

2023年4月1日

摘要: 环境 -m32 -O0 x86-64 clang 12.0.0 x86-64 gcc 10.1 不同 栈帧开辟 int main(){ int a=1; int b=2; } 在clang下开辟栈帧的代码是这样的。 pushl %ebp movl %esp, %ebp subl $8, %esp 局 阅读全文
posted @ 2023-04-01 14:27 sorisuto 阅读(112) 评论(0) 推荐(0)