简体   繁体   English

Linux上有BSD atos吗?

[英]BSD atos available on Linux?

Is the atos binary for converting numberic addresses to symbols of binary images available on Linux, specifically Ubuntu? 用于将数字地址转换为Linux上可用的二进制映像符号的atos二进制文件,特别是Ubuntu? It seems to only be available on OS X. 它似乎只在OS X上可用。

Atosl from facebook - https://github.com/facebook/atosl 来自facebook的Atosl - https://github.com/facebook/atosl

To get it running on ubuntu: 要让它在ubuntu上运行:

sudo apt-get install libdwarf-dev binutils-dev
git clone git@github.com:facebook/atosl.git
cd atosl
make

There is nothing that automagically translates addresses; 没有什么可以自动翻译地址; you will need to pick through the output of nm or objdump instead. 你需要选择nmobjdump的输出。

binutils中一个名为addr2line的类似工具。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM