Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zyantific/continuum
Plugin adding multi-binary project support to IDA Pro (WIP)
https://github.com/zyantific/continuum
continuum ida navigation plugin
Last synced: 3 months ago
JSON representation
Plugin adding multi-binary project support to IDA Pro (WIP)
- Host: GitHub
- URL: https://github.com/zyantific/continuum
- Owner: zyantific
- License: mit
- Archived: true
- Created: 2016-08-08T17:56:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-13T03:13:43.000Z (about 8 years ago)
- Last Synced: 2024-05-27T11:56:30.027Z (5 months ago)
- Topics: continuum, ida, navigation, plugin
- Language: Python
- Homepage:
- Size: 95.7 KB
- Stars: 27
- Watchers: 10
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
continuum
=========continuum is an IDA Pro plugin adding multi-binary project support,
allowing fast navigation in applications involving many shared libraries.**This project is still work in progress and not suitable for production use.**
## Features
- Quick navigation between many IDA instances
- Project explorer widget in IDA's "sidebar"
- Pressing `SHIFT + F` on an `extrn` symbol navigates to the instance where the symbol is defined
- If required, new IDA instances are automatically spawned for IDBs with no instance open
- Type information is synchronized between all IDBs in a project (beta)## Screenshots
![Project creation](https://raw.githubusercontent.com/zyantific/continuum/master/media/project-creation.png)
![Project explorer](https://raw.githubusercontent.com/zyantific/continuum/master/media/project-explorer.png)## Requirements
- IDA >= 6.9
- IDAPython (ships with IDA)All operating systems supported by IDA are also supported by this plugin.
Lacking licenses for Linux and OSX, it hasn't been tested on these platforms, yet.## Installation
Place the `continuum` directory and `continuum_ldr.py` into the `plugins` directory of your IDA installation.