摘要:
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:35
HenryLiuY
阅读(60)
评论(1)
推荐(0)
浙公网安备 33010602011771号