哪里可以获得libc_p.so源代码?
我想在目标硬件中分析我拥有的进程,我只能检查 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.