Awesome
<img src="https://stats.cysec.org/piwik.php?idsite=2&rec=1" style="border:0" alt="" />
Idb
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.
Installation
See installation instructions on idbtool.com.
Usage
See the basic manual and walk-through to get started.
FAQ
See FAQ
Contributing
- 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