Awesome
Binja IPython
Binja IPython brings the full features provided by IPython interactive shell to Binary Ninja.
Why use Binja IPython?
- Provides features like syntax highlighting, magic commands and embedded figures which are not present in the Binary Ninja inbuilt Python console.
- Includes all features of inbuilt Python console like magic variables, auto-completion, history, etc.
- Can link the Python interpreter instance inside Binary Ninja to a Jupyter notebook / lab.
- Will not freeze the UI while scripts are running.
- Running scripts can be interrupted with
Ctrl+C
key combination.
Installation
This plugin is available on Binary Ninja plugin manager. But if you prefer to install from source, follow these steps:-
- Open command pallete inside Binary Ninja and click "Install python3 module"
- Copy and paste the contents from
requirements.txt
in this repo to the popup window and click install - Clone this repository to Binary Ninja user plugins directory
- Restart Binary Ninja
Usage
- For a list of additional magic commands provided by the plugin see this document
- For using Jupyter lab / notebook with Binary Ninja see this document
Credits
This plugin is based on ipyida IDA Pro plugin.
License
This plugin is released under an MIT license.