Skip to content

A plugin to integrate an IPython kernel into Binary Ninja.

License

Notifications You must be signed in to change notification settings

ernw/binja-ipython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Binary Ninja IPython Kernel (v1.0)

Author: Florian Magin

Spawn an IPython Kernel inside binja .

Description:

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

Minimum Version

This plugin requires the following minimum version of Binary Ninja:

  • release - 0
  • dev - 1.0.dev-576

Required Dependencies

The following dependencies are required for this plugin:

  • pip - jupyter, qtconsole

License

This plugin is released under a MIT license.

About

A plugin to integrate an IPython kernel into Binary Ninja.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages