博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
[forward] Process Heap Viewer
阅读量:4963 次
发布时间:2019-06-12

本文共 1292 字,大约阅读时间需要 4 分钟。

[forward from]

This is the tool to enumerate process heaps on windows. It uses much better technique than slower Windows heap API functions which makes it faster and efficient. You can enumerate the heaps from normal Windows processes as well as system services. Its very useful tool for anyone involved in analyzing process heaps. Vulnerability researchers can use it as a side tool for discovering heap related vulnerabilities.

Now it comes with integrated search feature which makes it easy to find ASCII as well as Unicode strings within the heap blocks.

This is standalone tool and does not require any installation.

    * Launch ProcHeapViewer by clicking on the binary file. It automatically loads all running processes including services.
    * Select any process from the list. Then all the heap nodes for that process will be displayed.
    * Now you can click on any of the heap nodes to display all the heap blocks within it.
    * Next click on one of the heap block to view its content. You can store this data by clicking on the "save" button. To get back to the main screen, simply click on "close" button.

[download page]

and here is also a local copy: (please download the below 'x' jpg and rename the .jpg to ProcHeapViewer_v3.5.zip)

 

转载于:https://www.cnblogs.com/dtozg/articles/2460743.html

你可能感兴趣的文章
《深入浅出深度学习:原理剖析与python实践》第八章前馈神经网络(笔记)
查看>>
linux shell中读写操作mysql数据库
查看>>
算法-翻转句子中单词的顺序
查看>>
关于测绘类软件的学习心得
查看>>
二叉搜索树的后序遍历序列 (java)
查看>>
Python操作 RabbitMQ、Redis、Memcache、SQLAlchemy
查看>>
微信小说域名被封-366tool在线解答微信屏蔽小说网页停止访问的解决方案
查看>>
.NET Core项目与传统vs项目的细微不同
查看>>
TouchDevelop [Mobile App]
查看>>
BZOJ 1861: [Zjoi2006]Book 书架
查看>>
矩阵乘法&&dp加速矩阵的思路(E. Wet Shark and Blocks)
查看>>
Netflix开源的Spring Cloud主机级性能监控框架--Vector
查看>>
HTML5 在泛在电力物联网的 10 大业务领域 2/3D 可视化应用
查看>>
共享Visio和project的下载链接
查看>>
windows mysql提示:1045 access denied for user'root'@'localhost' using password yes
查看>>
etcd 命令
查看>>
生产故障处理思路
查看>>
mysql的SQL_CALC_FOUND_ROWS 使用
查看>>
Quartz 2D编程指南(1) - 概览
查看>>
《Android深度探索卷一》读书笔记一
查看>>