是否可以在不使用pdb的情况下从dll获取私有函数地址 [英] is it possible to get private function addresses from dll without using pdb

查看:132
本文介绍了是否可以在不使用pdb的情况下从dll获取私有函数地址的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我只想从dll获取私有函数地址。就像我们使用GetProcAddress.But一样,它仅适用于导出的函数。

I just want to get private function addresses from dll. Like we get using GetProcAddress.But it works only for exported function.

推荐答案

如果没有导出,则更难弄清楚,因为没有存储其他信息。但是,也许这篇文章可能会引起你的兴趣:

将代码注入可移植可执行文件 [ ^ ]



祝你好运!
If it isn't exported, it gets harder to figure out because no additional information is stored. But, maybe this article might interest you:
Inject your code to a Portable Executable file[^]

Good luck!


这篇关于是否可以在不使用pdb的情况下从dll获取私有函数地址的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆