Skip to content

Commit 138ff9f

Browse files
authored
Delete angr command (#292)
* delete the angr command
1 parent 5d248c1 commit 138ff9f

File tree

2 files changed

+0
-84
lines changed

2 files changed

+0
-84
lines changed

README.md

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -107,30 +107,6 @@ you can restore a specific version of a file by copying it from the subdirectory
107107

108108
---
109109

110-
### 😠 <u>an</u>gr
111-
112-
```
113-
$ ret angr
114-
```
115-
116-
runs the angr docker with ret
117-
118-
mounts the current working directory as a volume
119-
120-
note that this command requires docker
121-
122-
effectively runs:
123-
```bash
124-
$ sudo docker pull angr/angr
125-
$ sudo docker run -it -v $PWD:/home/angr/x angr/angr
126-
```
127-
128-
see https://docs.angr.io/en/latest/getting-started/installing.html#installing-with-docker for more information
129-
130-
🔗 https://github.com/rerrorctf/ret/blob/main/commands/angr.go
131-
132-
---
133-
134110
### 🏁 <u>ca</u>pture
135111

136112
```

commands/angr.go

Lines changed: 0 additions & 60 deletions
This file was deleted.

0 commit comments

Comments
 (0)