We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad4e744 commit d51aac7Copy full SHA for d51aac7
pwndbg/install-root-archlinux
@@ -2,5 +2,10 @@
2
3
# install system wide, s.t. pwndbg works also with system qemu
4
pacman -Syu --noconfirm python-psutil python2-psutil \
5
- capstone python-capstone python2-capstone\
6
- unicorn python-unicorn python2-unicorn
+ capstone python-capstone python2-capstone \
+ unicorn python-unicorn python2-unicorn \
7
+ python-future python2-future \
8
+ python-ptrace python2-ptrace \
9
+ python-six python2-six \
10
+ python-pyelftools python2-pyelftools \
11
+ python-pycparser python2-pycparser
0 commit comments