搜索资源列表
processhacker
- 进程查看工具,用于查看和操作流程。 其最基本的功能包括: *查看,终止,暂停和恢复进程 *重新启动进程,创建转储文件,分离从 任何调试,查看堆,注入的DLL等。 *查看详细过程的信息,统计,和 性能信息 *查看,终止,挂起和恢复线程 *查看详细令牌包括修改的信息( 权限) *查看和卸载模块 *查看内存区域 *查看环境变量 *查看和关闭处理 *查看,控制和编辑服务 *查看和关
mdump
- 一个生成dump文件的封装类,可以在程序异常退出时将最后的出错信息保存成dump文件,以便于调试。-A dump file generated wrapper class, you can program to quit unexpectedly when the last error information is saved into a dump file for debugging.
miniDumpTest
- 程序异常崩溃调试,可以在客户处运行后,遇到异常拿回dump文件进行调试定位问题。-use to debug the app when app appear dump file。
pstack.tar
- pstack-pstack是SunOS上的一个很有用的工具,可以查看core dump文件,调试进程,查看线程运行情况等等。- pstack- print stack trace of running processes pstack dumps a stack trace for a process, given the pid of that process. If the process named is part of a thread group, then all t
mdump
- 一个生成dump文件的封装类,可以在程序异常退出时将最后的出错信息保存成dump文件,以便于调试。-A dump file generated wrapper class, you can program to quit unexpectedly when the last error information is saved into a dump file for debugging.
330034
- VC++调试技术,写代码让VC++程序Release版时漰溃生成dump文件,根据dump文件来定位分析bug-VC++ debugging techniques, write the code to get the VC++ program Release version buckle break to generate dump files, dump files according to the localization analysis of bug
Winobj
- WinDbg是微软开发的免费源码级调试工具。Windbg可以用于Kernel模式调试和用户模式调试,还可以调试Dump文件。(WinDbg is a free source level debugging tool developed by Microsoft. Windbg can be used for Kernel mode debugging and user mode debugging, as well as debugging Dump files.)
Dump2Text
- Dump2TextDump文件是进程的内存镜像。可以把程序的执行状态通过调试器保存到dump文件中。Dump文件是用来给驱动程序编写人员调试驱动程序用的,这种文件必须用专用工具软件打开,比如使用WinDbg打开。(The Dump file is the memory mirroring of the process. The execution of the program through the debugger saved to the dump file. The Dump file i
WinDebug用法详解
- WinDBG 是个非常强大的调试器,它设计了极其丰富的功能来支持各种调试任务,包括用户 态调试、 内核态调试、 调试转储文件、 远程调试等等。 WinDBG 具有非常大的灵活性和可扩展性, 用来满足各种各样的调试需求,比如用户可以自由定义调试事件的处理方式,编写调试扩展模块 来定制和补充 WinDBG 的调试功能。(WinDBG is a very powerful debugger, and it designs an extremely rich function to support
dumpanalysis
- Windows dump file analysis, 告诉你怎么分析dump文件,调试必备。(Windows dump file analysis)
dump
- dump文件调试,VS版本,可快速定位程序奔溃位置,提高BUG解决效率,配置方式可参照内部详细文档说明(Dump file debugging, VS version, can quickly locate the program run out, improve the efficiency of BUG solution, configuration method can refer to the internal detailed document descr iption)
breakpad.tar
- google breakpad 源代码,程序崩溃之前生成dump文件,方便调试(Google breakpad source code, dump files are generated before the program crashes, easy to debug)