Project

idb

0.45
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
idb is a tool to simplify some common tasks for iOS pentesting and research. Please see https://github.com/dmayer/idb for more details on installation and usage.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Development

~> 1.6
>= 0
>= 0

Runtime

 Project Readme

Gem Version Dependency Status Code Climate

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

  1. Fork it ( https://github.com/[my-github-username]/idb/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request