Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dmayer/idb
- Owner: dmayer
- License: mit
- Created: 2013-10-10T21:14:41.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2023-03-25T07:53:46.000Z (over 1 year ago)
- Last Synced: 2024-07-09T08:43:30.202Z (4 months ago)
- Topics: project
- Language: Ruby
- Homepage:
- Size: 7.26 MB
- Stars: 936
- Watchers: 52
- Forks: 159
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-iOS-security - idb
- awesome-hacking-lists - dmayer/idb - idb is a tool to simplify some common tasks for iOS pentesting and research (Ruby)
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