Update README and requirements

pull/23/merge
Zach Riggle 10 years ago
parent db6672ec20
commit 23bc583b23

@ -23,6 +23,14 @@ echo "source $PWD/pwndbg/gdbinit.py" >> ~/.gdbinit
### Prerequisites ### Prerequisites
#### Python Development Headers
These will be needed to build other Python modules below.
```sh
sudo apt-get install python-dev python3-dev python-pip python3-pip
```
#### Capstone 4.0 #### Capstone 4.0
Currently this is only available via a source build. Currently this is only available via a source build.
@ -55,8 +63,6 @@ sudo python3 setup.py install # Ubuntu 14.04+, GDB uses Python3
There are some other Python requirements which are easier to install. There are some other Python requirements which are easier to install.
This step will also verify that you have installed Capstone and Unicorn correctly.
```sh ```sh
pip install -Ur requirements.txt pip install -Ur requirements.txt
``` ```

@ -1,5 +1,4 @@
pip
pycparser pycparser
psutil>=3.1.0 psutil>=3.1.0
python-ptrace>=0.8 python-ptrace>=0.8
capstone>=4.0
unicorn>=0.9
Loading…
Cancel
Save