All Projects → Vector35 → Deprecated Binaryninja Python

Vector35 / Deprecated Binaryninja Python

Licence: gpl-2.0
Deprecated Binary Ninja prototype written in Python

Programming Languages

python
139335 projects - #7 most used programming language

Binary Ninja (OBSOLETE PYTHON PROTOTYPE)

This is the Binary Ninja prototype, written in Python. See binary.ninja for information about the current version.

This source code is released under the GPLv2 license. The individual disassembler libraries (which include X86.py, PPC.py, and ARM.py) are released under the MIT license.

Binary Ninja and the Binary Ninja logo are trademarks of Vector 35 LLC.

Running Binary Ninja

Binary Ninja is cross-platform and can run on Linux, Mac OS X, Windows, and FreeBSD. In order to run Binary Ninja, you will need to install a few prerequisites:

You can start Binary Ninja by running binja.py in the Python interpreter.

Windows Step-by-step Instructions

  • Install the latest Python 2.7.
  • In a command-prompt, run:
    cd \Python27\Scripts
    pip install PySide
    easy_install http://www.voidspace.org.uk/downloads/pycrypto26/pycrypto-2.6.win32-py2.7.exe
  • Install SourceTree or GitHub for Windows
  • Clone https://github.com/Vector35/binaryninja-python to a local folder using whichever tool you installed.
  • Run binja.py from the directory you cloned the source code into
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].