当前位置:网站首页>WinDbg analysis dump file
WinDbg analysis dump file
2022-07-03 15:26:00 【Yulong_】
Debugging ability can be said to be the most important , Especially for C/C++ For programmers , Even more so !
Use artifact WinDbg debugging Dump Documents need three things :
1. Beyond all doubt , Must be Dump It's a document
2. Source code , It must be consistent with the code when compiling the executable
3.PDB file , Symbol file generated at compile time , It must be generated at the same time as the executable !( Even if the source code is consistent , Regenerated PDB Documents are not good either .)
1、 use WinDbg open dump file

2、 Set symbol path ( Corresponding when generating binary files PDB Where are the documents Catalog , The version should be consistent ! Of multiple binaries pdb It's best to be born in the same directory ):

3、 Set the source code path ( Project solution Where are the documents Catalog , Multiple items can be added to one solution Inside ):
边栏推荐
- 视觉上位系统设计开发(halcon-winform)-5.相机
- What is machine reading comprehension? What are the applications? Finally someone made it clear
- Visual upper system design and development (Halcon WinForm) -1 Process node design
- CString的GetBuffer和ReleaseBuffer使用说明
- 视觉上位系统设计开发(halcon-winform)-3.图像控件
- 【云原生训练营】模块七 Kubernetes 控制平面组件:调度器与控制器
- How are integer and floating-point types stored in memory
- Win10 enterprise 2016 long term service activation tutorial
- WinDbg分析dump文件
- Backtracking method to solve batch job scheduling problem
猜你喜欢

函数栈帧的创建和销毁

软件逆向破解入门系列(1)—xdbg32/64的常见配置及功能窗口

The state does not change after the assignment of El switch

【云原生训练营】模块七 Kubernetes 控制平面组件:调度器与控制器

子类隐藏父类的同名函数

Halcon and WinForm study section 2

C language brush questions ~leetcode and simple questions of niuke.com

Finally, someone explained the financial risk management clearly

Digital image processing -- popular understanding of corrosion and expansion

Jvm-03-runtime data area PC, stack, local method stack
随机推荐
互斥对象与临界区的区别
Solve the problem that pushgateway data will be overwritten by multiple push
秒杀系统1-登录功能
Functional modules and application scenarios covered by the productization of user portraits
运维体系的构建
Visual upper system design and development (Halcon WinForm) -1 Process node design
Jvm-05-object, direct memory, string constant pool
[transform] [practice] use pytoch's torch nn. Multiheadattention to realize self attention
视觉上位系统设计开发(halcon-winform)
QT common sentence notes
Popular understanding of linear regression (II)
找映射关系
VS2017通过IP调试驱动(双机调试)
Halcon and WinForm study section 2
Halcon and WinForm study section 1
秒杀系统3-商品列表和商品详情
驱动与应用程序通信
mysql innodb 存储引擎的特性—行锁剖析
Introduction, use and principle of synchronized
函数栈帧的创建和销毁