函数调用栈

因为linux下的截图工具不会用,所以下面的代码是在VS下跑的。 #include<stdio.h> #include<stdlib.h> void bug() { system("reboot");//重启 exit(0); } int stack_test(int a, int b) {       printf("before write :0x%x\n", b); int *p = &a;
相关文章
相关标签/搜索