mirror of
https://github.com/zardus/ctf-tools
synced 2025-03-04 07:07:10 +00:00
parent
565579b7da
commit
65e76d4087
4 changed files with 0 additions and 17 deletions
|
@ -1,5 +0,0 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
#ctf-tools-pip install --upgrade 'git+https://github.com/binjitsu/binjitsu.git'
|
||||
git clone --depth=1 'https://github.com/binjitsu/binjitsu.git'
|
||||
ctf-tools-pip install --upgrade -e binjitsu
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
pacman -Syu --noconfirm --needed binutils openssl libffi
|
|
@ -1,6 +0,0 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
apt-get -y install software-properties-common
|
||||
apt-add-repository -y ppa:pwntools/binutils
|
||||
apt-get update
|
||||
apt-get -y install binutils-.*-linux-gnu libffi-dev libssl-dev
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash -e
|
||||
|
||||
ctf-tools-pip uninstall -y binjitsu || true
|
Loading…
Add table
Reference in a new issue