摘要: stat命令的学习 man stat STAT(1) User Commands STAT(1) NAME stat - display file or file system status SYNOPSIS stat [OPTION]... FILE... DESCRIPTION Display 阅读全文
posted @ 2021-11-05 19:58 Bzrael 阅读(320) 评论(0) 推荐(0) 编辑
摘要: 反汇编测试 编译执行参考网站 使用命令:gcc - g example.c -o example -m32 测试代码: int g(int x){ return x+3; } int f(int x){ int i = 1317; return g(x)+i; } int main(void){ r 阅读全文
posted @ 2021-11-05 19:58 Bzrael 阅读(52) 评论(0) 推荐(1) 编辑