Author: Florian Magin
Spawn an IPython Kernel inside binja .
This plugin starts an IPython kernel when binja starts which can be attached to with e.g.'jupyter console --existing'
To get access to the variables like the current open binary view load the extension with '%load_ext binjamagic'
This extension can be installed via 'pip install ./' from the root of the plugin repo
If you want the qt console, you will have to install it
This plugin requires the following minimum version of Binary Ninja:
- release - 0
- dev - 1.0.dev-576
The following dependencies are required for this plugin:
- pip - jupyter, qtconsole
This plugin is released under a MIT license.