🦀️atos for linux by rust - A partial replacement for Apple's atos tool for converting addresses within a binary file to symbols. base on atosl-rs 0.1.13.
tested on dwarf and macho
```bash
cargo install atosl ```
```bash
sudo apt update sudo apt install git sudo apt install curl sudo apt install build-essential curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh cargo install atosl ```
``` 🦀️atos for linux by rust - A partial replacement for Apple's atos tool for converting addresses within a binary file to symbols.
USAGE:
atosl [OPTIONS] -o
ARGS:
OPTIONS:
-l
``` // for dwarf atosl -l 4581015552 -o "full path to dwarf file" 4674962060 4786995348
// for macho atosl -l 9093120 -o "full path to libsystem_malloc.dylib" 6754325196 ```
feel free to make a pull request :)