windbg調試實戰(二)

一、測試代碼: #include "stdafx.h" #include <string.h> #include <stdlib.h> #include <stdio.h> int _tmain(int argc, _TCHAR* argv[]) { char *ptest = NULL; char ch[] = {"test"}; strcpy_s(ptest,sizeof(ch
相關文章
相關標籤/搜索