函數調用棧

因爲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;
相關文章
相關標籤/搜索