摘要: x86 linux 64位上没有验证成功 test.c #include <stdio.h> int main() { //just for test int* pTest = NULL; *pTest = 3; return 0; } gcc test.c -o test strace -i ./ 阅读全文
posted @ 2024-04-07 14:36 HenryLiuY 阅读(1) 评论(0) 推荐(0) 编辑