Skip to content

Delete angr command #292

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Mar 21, 2025
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.