为什么 DIA SDK get_libraryName 符号对 IDiaSymbol 返回 NULL?
我需要从枚举函数的位置找到正确的 .dll/.exe。为此,我使用 get_libraryName 对我来说应该返回最初定义该函数的文件名(.dll/.exe)。
但它每次都会返回 NULL(BadPtr=0x00000).. 有什么方法可以从定义和使用函数的位置检索确切的文件名吗?
问候 哈桑
I need to find the correct .dll/.exe from where the function enumerated. For this I am using get_libraryName which to me should return file Name(.dll/.exe) in which the function was originally defined.
But It returns every time NULL(BadPtr=0x00000)..
Is there any way out to retrieve the exact file Name from where the function was being defined and used ?
Regards
Hassan
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
希望这有帮助!
Hope this helps !