Running a Python Kernel inside the Binary Ninja GUI and Jupyter #Python

The ERNW Insinuator blog post discusses the release of a plugin for Binary Ninja that allows you to run a Python Kernel inside the Binary Ninja GUI environment to which you can attach a Jupyter (QT) console, formerly known as IPython shell.
Binary Ninja is a fairly new competitor on the field of disassemblers and binary analysis frameworks. But one of the features I find most interesting is that it exposes a fairly rich API and various Intermediate Languages which allows you to easily write your own scripts and plugins on top of it.
They discuss implementing the kernel in the environment, changes necessary, and other tricks.
You can get the plug-in and read the full article at the ERNW insinuator blog.
Post a Comment