From d51aac745057edf23761b66ddedab2aeb3d3c3f3 Mon Sep 17 00:00:00 2001 From: raildex1 Date: Sun, 24 Sep 2017 23:19:41 +1000 Subject: [PATCH] Updated gdb to 8.0.1, fixed arch install --- pwndbg/install-root-archlinux | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pwndbg/install-root-archlinux b/pwndbg/install-root-archlinux index b79f153..6a8e54e 100755 --- a/pwndbg/install-root-archlinux +++ b/pwndbg/install-root-archlinux @@ -2,5 +2,10 @@ # install system wide, s.t. pwndbg works also with system qemu pacman -Syu --noconfirm python-psutil python2-psutil \ - capstone python-capstone python2-capstone\ - unicorn python-unicorn python2-unicorn + capstone python-capstone python2-capstone \ + unicorn python-unicorn python2-unicorn \ + python-future python2-future \ + python-ptrace python2-ptrace \ + python-six python2-six \ + python-pyelftools python2-pyelftools \ + python-pycparser python2-pycparser