Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dmayer/idb

idb is a tool to simplify some common tasks for iOS pentesting and research
https://github.com/dmayer/idb

project

Last synced: 1 day ago
JSON representation

idb is a tool to simplify some common tasks for iOS pentesting and research

Awesome Lists containing this project

README

        

[![Gem Version](https://badge.fury.io/rb/idb.svg)](http://badge.fury.io/rb/idb)
[![Dependency Status](https://gemnasium.com/dmayer/idb.png)](https://gemnasium.com/dmayer/idb)
[![Code Climate](https://codeclimate.com/github/dmayer/idb.png)](https://codeclimate.com/github/dmayer/idb)

# 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](http://www.idbtool.com/installation/) on idbtool.com.

## Usage

See the basic [manual and walk-through](http://www.idbtool.com/documentation/) to get started.

## FAQ

See [FAQ](http://www.idbtool.com/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