如何在Windows中使用java代码获取ELF中符号的行号?
我正在使用 org.eclipse.cdt.utils.elf 包来解析 ELF 文件,但在该包中,getLineNumber() 函数尚未实现。
请帮我找到符号的行号。我想要在 Windows 平台上使用它,因为无论如何在 Linux 中,我们可以使用 nm 命令来找到它。
I am using org.eclipse.cdt.utils.elf
package to parse ELF file, but in that package, the getLineNumber()
function has not been implemented.
Please help me in finding the line number of a symbol. I want this on Windows platform because anyway in Linux, we can use nm
command to find that.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论