Updated VP-63774 #5

Merged
polz merged 2 commits from andraz.juvan/classroom:varprog/initial-packages into master 2026-04-09 11:53:28 +00:00
3 changed files with 15 additions and 8 deletions
Showing only changes of commit 7ec5141a3e - Show all commits

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."