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: about 1 year 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-09-13T03:13:43.000Z (almost 10 years ago)
- Last Synced: 2024-11-16T08:32:34.576Z (over 1 year 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


## 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.