开发者

Getting debug symbol's module name

开发者 https://www.devze.com 2023-02-25 07:33 出处:网络
Is there a way to get the module\'s name of a debug symbol obtained by using dbgHelp开发者_如何转开发 in C++/Windows?

Is there a way to get the module's name of a debug symbol obtained by using dbgHelp开发者_如何转开发 in C++/Windows?

thanks :)


Use SymGetModuleBase to get the module base address for a symbol - then GetModuleFileName to find the associated DLL/EXE.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号