Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
C ++ / WindowsでdbgHelpを使用して取得したデバッグシンボルのモジュール名を取得する方法はありますか? ありがとう :)
SymGetModuleBaseシンボルのモジュールベースアドレスを取得するために使用し、次にGetModuleFileName関連するDLL/EXEを検索するために使用します。
SymGetModuleBase
GetModuleFileName