Tested and fixed VP-63774

This commit is contained in:
aJuvan 2026-04-09 10:50:03 +02:00
parent ed09d8d86c
commit 7ec5141a3e
Signed by untrusted user who does not match committer: andraz.juvan
GPG key ID: 9F3122063FEDE8FF
3 changed files with 15 additions and 8 deletions

View file

@ -6,4 +6,4 @@ dependencies:
- pwntools
- netcat
- ropr
- pwntools
- pwndbg

View file

@ -3,17 +3,23 @@
name:
- git
- name: Download pwntools
- name: Download pwndbg
command:
cmd: git clone https://github.com/pwndbg/pwndbg
creates: pwndbg
creates: /opt/pwndbg
chdir: /opt
- name: Pull latest pwntools
- name: Pull latest pwndbg
command:
cmd: git pull
chdir: pwndbg
chdir: /opt/pwndbg
- name: Install pwntools
- name: Install pwndbg
command:
cmd: ./setup.sh
chdir: pwndbg
chdir: /opt/pwndbg
- name: Update folder permissions (to allow lock files)
file:
mode: '0777'
path: /opt/pwndbg/.venv

View file

@ -1,2 +1,3 @@
- name: pwndbg uninstallable
msg: "This task is not installable on Windows. Skipping."
debug:
msg: "This task is not installable on Windows. Skipping."