Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 0 additions & 24 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,30 +107,6 @@ you can restore a specific version of a file by copying it from the subdirectory

---

### 😠 <u>an</u>gr

```
$ ret angr
```

runs the angr docker with ret

mounts the current working directory as a volume

note that this command requires docker

effectively runs:
```bash
$ sudo docker pull angr/angr
$ sudo docker run -it -v $PWD:/home/angr/x angr/angr
```

see https://docs.angr.io/en/latest/getting-started/installing.html#installing-with-docker for more information

🔗 https://github.com/rerrorctf/ret/blob/main/commands/angr.go

---

### 🏁 <u>ca</u>pture

```
Expand Down
60 changes: 0 additions & 60 deletions commands/angr.go

This file was deleted.