简体   繁体   English

监视应用程序/跟踪内存

[英]Monitoring application/tracking memory

I would like to "listen" an application on windows. 我想在Windows上“监听”一个应用程序。 When i say "listen" i mean that i have an application and i want to monitor some data displayed in it ( so it could be about monitoring the memory of my process and just reading some adress ( similar to what game wizard used to do ). Any other idea is welcome 当我说“听”时,我的意思是我有一个应用程序,并且我想监视其中显示的一些数据(因此可能是监视进程的内存并仅读取一些地址(类似于游戏向导过去所做的事情))任何其他想法都欢迎

Thx 谢谢

This article explains how an application can use the built in windows performance counter system to instrument and view counters that are custom to you application. 文章解释了如何应用程序可以使用内置的Windows性能计数器系统,仪器和查看柜台是定制你的应用程序。 As an added bonus you will also be able to monitor the standard counter (memory, etc) that are supported by the OS. 另外,您还可以监视操作系统支持的标准计数器(内存等)。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM