本文介绍了映射函数名称和内存地址的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嘿所有,



我正在开发一个可以改变正在运行的应用程序数据的WinDBG扩展。

此时我可以获取关键部分的内存地址。

但我的要求是获取给定函数名的内存地址。

有没有办法做同样的事情(直接命令或一组命令)。



提前致谢。

Hey all,

I am working on a WinDBG extension that can alter data of a running application.
At this point i am able to fetch the memory addresses of critical sections.
But my requirement is to get the memory address of a given function name.
Is there a way to do the same (a direct command or a set of commands).

Thanks in advance.

推荐答案



这篇关于映射函数名称和内存地址的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-17 16:33