All Projects → rizinorg → cutter-jupyter

rizinorg / cutter-jupyter

Licence: GPL-3.0 license
Jupyter Plugin for Cutter

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to cutter-jupyter

CutterDRcov
DynamoRIO coverage visualization for cutter
Stars: ✭ 51 (+112.5%)
Mutual labels:  cutter
Cutter
Free and Open Source Reverse Engineering Platform powered by rizin
Stars: ✭ 10,073 (+41870.83%)
Mutual labels:  cutter
mightyscape-1.X
A maintained extension collection for Inkscape 1.0+, working on Windows and Linux
Stars: ✭ 23 (-4.17%)
Mutual labels:  cutter
Hyara
Yara rule making tool (IDA Pro & Binary Ninja & Cutter Plugin)
Stars: ✭ 142 (+491.67%)
Mutual labels:  cutter
Laser-XY-Scanner
Low Cost DIY Laser XY Scanner, Cutter, or Engraver
Stars: ✭ 27 (+12.5%)
Mutual labels:  cutter

Jupyter Plugin for Cutter

Screenshot

Installation

First, install jupyter, so the Python interpreter used by Cutter can find it:

pip install jupyter

Then, check the plugins path of Cutter by looking into Edit -> Preferences -> Plugins and copy or symlink the subdirectory cutter_jupyter from this repository into the plugins/python subdirectory.

MacOS installation pre-requirements:

Install exact version of Python: 3.6.8

brew install pyenv
pyenv install 3.6.8

This will install python to /Users/USER/.pyenv/versions/3.6.8/bin/python3 Next, we need to downgrade SSL lib to version 1.0.0 with the following commands:

brew uninstall openssl
brew uninstall openssl
brew install https://github.com/tebelorg/Tump/releases/download/v1.0.0/openssl.rb

Yes, uninstall twice.

At this moment we are ready to install Jupyter, so the Python interpreter used by Cutter can find it:

/Users/USER/.pyenv/versions/3.6.8/bin/python3 -m pip install jupyter
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].