哪里可以获得libc_p.so源代码?

发布于 2024-10-26 06:30:59 字数 157 浏览 1 评论 0原文

我想在目标硬件中分析我拥有的进程,我只能检查 libc.so 的源代码,因为我的 MIPS 目标硬件没有可用的 libc_p.so 。 我期望: I、有MIPS libc_p.so库可用; 或者 II、有libc_p源代码可用,我可以自己编译MIPS库。

我期待各位专家提出好的建议。

I'd like to profiling my owned process in target hardware, I only can check the source code as libc.so since there is no libc_p.so available for my MIPS target hardware.
I expect:
I, There is MIPS libc_p.so library available;
OR
II,There is libc_p source code available, that I can compile the MIPS library by myself.

I'm looking forward to good proposal from you experts.

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

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

发布评论

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

评论(1

熟人话多 2024-11-02 06:30:59

libc_p.so 只是使用编译器/链接器的分析选项编译的 libc 二进制文件。来源是一样的。

libc_p.so is just a binary of libc compiled with the profiling options to the compiler/linker. The source is the same.

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