使用 gdb 列出加载的模块

发布于 2024-08-24 07:36:32 字数 91 浏览 7 评论 0原文

有没有办法使用 gdb 列出所有加载的模块,就像 Windbg 一样,自动显示所有加载的模块。如果没有一个词的答案也没关系,如果有人能给我指点,我会很乐意自己解决问题。

Is there a way to list all the loaded modules using gdb, just like Windbg, that automatically shows all the loaded modules. Its okay if there is no one word answer, I'll be happy to work things out myself if someone could please provide me a pointer.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

聽兲甴掵 2024-08-31 07:36:32

i sh 大致<=> WinDbg 中的 lmx *!

i sh roughly <=> lm or x *! in WinDbg

暮年 2024-08-31 07:36:32

命令行中的ldd会告诉你你需要什么吗?

实际上,从这个想法开始。尝试我分享。参见http://book.opensourceproject.org.cn/embedded/ Embeddedprime/opensource/0136130550/ch15lev1sec3.html

Does ldd from the command line tell you what you need?

Actually, scratch that idea. Try i shared. See http://book.opensourceproject.org.cn/embedded/embeddedprime/opensource/0136130550/ch15lev1sec3.html.

扶醉桌前 2024-08-31 07:36:32

如果您使用的是 Windows,并且只想查看加载的内容,则可以使用 进程浏览器。从列表中选择进程,然后从菜单中选择查看 -> 进程。下窗格视图 -> DLL。下方窗格将显示该进程使用的所有 DLL。

If you are working on Windows, and you just want to see what was loaded, you can use Process Explorer. Select the process from the list, and from the menu, select View -> Lower Pane View -> DLLs. The lower pane will then show all the DLLs used by that process.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文