Skip to content
This repository was archived by the owner on Oct 2, 2020. It is now read-only.

Commit 4e291cf

Browse files
committed
added windows detailed instructions
1 parent 5179c33 commit 4e291cf

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,13 @@ Binary Ninja is cross-platform and can run on Linux, Mac OS X, Windows, and Free
1414

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

17+
### Windows Step-by-step Instructions
18+
19+
* Install the latest [Python 2.7](https://www.python.org/downloads/).
20+
* In a command-prompt, run:
21+
cd \Python27\Scripts
22+
pip install PySide
23+
easy_install http://www.voidspace.org.uk/downloads/pycrypto26/pycrypto-2.6.win32-py2.7.exe
24+
* Install [SourceTree](http://www.sourcetreeapp.com/download/) or [GitHub for Windows](https://windows.github.com/)
25+
* Clone `https://github.com/Vector35/binaryninja-python` to a local folder using whichever tool you installed.
26+
* Run `binja.py` from the directory you cloned the source code into

0 commit comments

Comments
 (0)