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
相关文章
相关标签/搜索