idb is a tool to simplify some common tasks for iOS pentesting and research. Originally there was a command line version of the tool, but it is no longer under development so you should get the GUI version.
idb has a new homepage at http://www.idbtool.com All documentation and news are posted over there.
See installation instructions on idbtool.com.
See the basic manual and walk-through to get started.
See FAQ
- Fork it ( https://github.com/[my-github-username]/idb/fork )
- 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 a new Pull Request