文章分类 -  windbg 使用

摘要:由于程序不健全,经常会在程序里增加如下代码:LONG WINAPI MyUnHandledExceptionFilter(struct _EXCEPTION_POINTERS* ExceptionInfo){ TCHAR szFileName[MAX_PATH] = {0}; SYSTEMTIME st = {0}; GetLocalTime(&st); _stprintf_s(szFileName, MAX_PATH, _T("exe-%04d-%02d-%02d-%02d-%02d-%02d.dmp"), st.wYear, st.wMonth, ... 阅读全文
posted @ 2012-04-19 09:18 Mingxx 阅读(575) 评论(0) 推荐(0)