Atosl
atosl is used for converting binary addresses within a macho file to symbols for Linux platform.
Installation
Add this line to your application's Gemfile:
gem 'atosl'
And then execute:
$ bundle
Or install it yourself as:
$ gem install atosl
Usage
Usage: atosl --arch architecture -o executable -a [address,address,...]
Example
atosl --arch armv7s -o ~/res/CrashTest3Dwarf.thin -a 0x0000b1e7,0x123123
Reference
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request