mirror of
https://github.com/zardus/ctf-tools
synced 2024-12-12 14:02:33 +00:00
11 lines
410 B
Bash
Executable file
11 lines
410 B
Bash
Executable file
#!/bin/bash -ex
|
|
|
|
# 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 \
|
|
python-future python2-future \
|
|
python-ptrace python2-ptrace \
|
|
python-six python2-six \
|
|
python-pyelftools python2-pyelftools \
|
|
python-pycparser python2-pycparser
|