摘要:
反汇编测试 参考博文GDB调试汇编堆栈过程分析 测试代码 #include<stdio.h> int g(int x){ return x+3; } int f(int x){ int i = 02; return g(x)+i; } int main(void){ return f(8)+1; } 阅读全文
摘要:
任务要求 代码实现 码云链接 阅读全文
摘要:
作业要求 学习使用stat(1),并用C语言实现 提交学习stat(1)的截图 man -k ,grep -r的使用 伪代码 产品代码 mystate.c,提交码云链接 测试代码,mystat 与stat(1)对比,提交截图 学习stat(1)的截图 用man 1 stat查看 通过学习知道了sta 阅读全文