Commit 61af0f05 authored by Sascha Schirra's avatar Sascha Schirra
Browse files

capstone installation instruction added

parent 76f2d3ca
Loading
Loading
Loading
Loading
+9 −4
Original line number Diff line number Diff line
@@ -8,9 +8,14 @@ awesome Capstone Framework.
Install
-------

Install Capstone

    $ pip install capstone
Download and Install Capstone

    $ wget http://www.capstone-engine.org/download/2.1.2/capstone-2.1.2.tgz
    $ cd capstone-2.1.2
    $ ./make.sh
    $ sudo ./make.sh install
    $ cd ./bindings/python
    $ sudo make install

Install and execute Ropper