摘要:
x86 linux 64位上沒有驗(yàn)證成功 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
閱讀(58)
評(píng)論(1)
推薦(0)
浙公網(wǎng)安備 33010602011771號(hào)