shark不显示源代码
我们正在尝试在 iPhone 应用程序上运行 shark。然而,在分析的样本中,它没有列出我们的任何应用程序功能。所有列出的都是库,当我们单击其中任何一个时,汇编代码都是可见的。 大多数网站在构建应用程序时都会提到“生成调试符号”选项;我也找不到这个选项。相反,我启用了“生成分析信息”选项。 谁能帮助我如何在 Shark 的分析样本中查看我的应用程序功能和源代码?
We are trying to run shark on our iphone application. However, in the analyzed samples it does not list any of our application function. All that is listed are the libraries and when we click on any of those, the assembly code is visible.
Most of the sites mention about 'Generate Debug Symbols' option when building the app; I am not able to find this option either. Instead I have enabled the 'Generate Profiling Information' option.
Can anyone please help as to how do I see my application functions and source code in the analyzed samples of Shark?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您必须编译它以进行调试(不仅仅是使用符号),请参阅 shark 手册。
You have to compile it with for debugging (not just with symbols), see the shark manual.