mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-13 22:42:38 +00:00
Updated gdb to 8.0.1, fixed arch install
This commit is contained in:
parent
ad4e74435b
commit
d51aac7450
1 changed files with 7 additions and 2 deletions
|
@ -3,4 +3,9 @@
|
||||||
# install system wide, s.t. pwndbg works also with system qemu
|
# install system wide, s.t. pwndbg works also with system qemu
|
||||||
pacman -Syu --noconfirm python-psutil python2-psutil \
|
pacman -Syu --noconfirm python-psutil python2-psutil \
|
||||||
capstone python-capstone python2-capstone \
|
capstone python-capstone python2-capstone \
|
||||||
unicorn python-unicorn python2-unicorn
|
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
|
||||||
|
|
Loading…
Reference in a new issue