当前位置:网站首页>win32:堆破坏的dump文件分析
win32:堆破坏的dump文件分析
2022-07-03 17:50:00 【修的什么真】
- win32堆结构
在解决实际问题以前,先来了解一下相关概念
1. 堆结构
堆->段->块
堆是由段,段是由块组成的,块就是用户最终向系统申请的虚拟内存的数据结构。(目前我们用户态程序只需要理解块就可以了)
2. _HEAP_ENTRY结构
每个堆,每个段,每个块都会有相应的_HEAP_ENTRY结构,里面描述了该区域内容的信息。比如块的_HEAP_ENTRY结构就存放了所属的堆,段,前项大小和当前大小等信息。
- windbg堆的相关命令
- 查看所有堆的概览信息:!heap -s
- 某个堆所有的段和块信息:!heap -a 0xXXXXXXXX
- 查看某个内存地址所在的_HEAP_ENTRY信息:!heap -x 0xXXXXXXXX
- 统计某个堆的概览信息:!heap -stat -h 0xXXXXXXXX
- 列出所有大小为X的块地址:!heap -flt s X
- 查看堆的调试支持:!gflag
- 查看内存块的内容 dc 0xXXXXXXXX
- 堆破坏的调试
1. 什么叫做堆破坏
堆破坏其实就是块破坏,由于对超出地址所在分配的空间读写,导致破坏了_HEAP_ENTRY结构(如果是CRT堆,就是破坏了CRT堆的末尾检查结构,甚至破坏了下一个块的结构)
2. 一个堆破坏的例子
这里故意写了一个越界的操作,编译成release版本,用windbg挂上去
查看一下ptr的值
查看一下ptr所在的_HEAP_ENTRY结构,发现属于00b30000这个堆,在00b34420这个块里面
我们看到上述块后续的块都已经被破坏,所以堆破坏的特征基本就长这样。但是该例程并不会导致崩溃。
3. 总结一下分析思路
a) 找到该崩溃的块所在的堆(可以根据地址范围判断)。
b) 查看该堆所有块信息。
c) 从最后一个尚未被破坏的块找到相应的信息。(如果业务逻辑是从小往大地址写,就会破坏往后块,否则就是相反)
边栏推荐
- PS screen printing brush 131, many illustrators have followed suit
- Talk about the design and implementation logic of payment process
- STM32 realizes 74HC595 control
- [mathematical logic] equivalent calculus and reasoning calculus of predicate logic (individual word | predicate | quantifier | predicate logic formula | two basic formulas | proposition symbolization
- 1147_ Makefile learning_ Target files and dependent files in makefile
- Notes on problems -- watching videos on edge will make the screen green
- Internet Hospital his Management Platform source, online Inquiry, appointment Registration Smart Hospital Small program source
- Graduation summary
- The third day of writing C language by Yabo people
- 一入“远程”终不悔,几人欢喜几人愁。| 社区征文
猜你喜欢
Global and Chinese health care OEM and ODM market status survey and investment planning recommendations report 2022-2028
聊聊支付流程的设计与实现逻辑
vs2013已阻止安装程序,需安装IE10
鸿蒙第三次培训
Select 3 fcpx plug-ins. Come and see if you like them
Wechat applet for the first time
Collection of the most beautiful graduation photos in the graduation season, collection of excellent graduation photos
Cloud primordial weekly | CNCF released the 2021 cloud primordial development status report, which was released on istio 1.13
Notes on problems -- watching videos on edge will make the screen green
Market demand survey and marketing strategy analysis report of global and Chinese pet milk substitutes 2022-2028
随机推荐
How to deploy applications on kubernetes cluster
聊聊支付流程的设计与实现逻辑
ArrayList分析3 : 删除元素
[combinatorics] recursive equation (solution of linear non-homogeneous recursive equation with constant coefficients | standard form and general solution of recursive equation | proof of general solut
UE4 official charging resources, with a total price of several thousand
Web-ui automated testing - the most complete element positioning method
1164 Good in C
[vscode] convert tabs to spaces
[combinatorics] recursive equation (four cases where the non-homogeneous part of a linear non-homogeneous recursive equation with constant coefficients is the general solution of the combination of po
Ml (machine learning) softmax function to realize the classification of simple movie categories
Stm32h7 Hal library SPI DMA transmission has been in busy solution
Is AI too slow to design pictures and draw illustrations? 3 sets of practical brushes to save you
Discussion sur la logique de conception et de mise en oeuvre du processus de paiement
Collection of the most beautiful graduation photos in the graduation season, collection of excellent graduation photos
MySQL has been stopped in the configuration interface during installation
1146_ SiCp learning notes_ exponentiation
Records of long objects and long judgments in the stream of list
TCP congestion control details | 3 design space
[Yu Yue education] family education SPOC class 2 reference materials of Shanghai Normal University
国内如何购买Google Colab会员