Skip to content

Commit 5ed9c4b

Browse files
committed
improve the readme a bit
1 parent e2e3b61 commit 5ed9c4b

File tree

1 file changed

+30
-10
lines changed

1 file changed

+30
-10
lines changed

README.md

Lines changed: 30 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,28 @@ Note: this command doesn't work well and needs an ida user's love and care.
167167

168168
https://github.com/rerroret/ret/blob/main/commands/ida.go
169169

170+
### docker
171+
172+
```
173+
usage: ret docker [ip] [port]
174+
```
175+
176+
Creates a Dockerfile from a template.
177+
178+
https://github.com/rerroret/ret/blob/main/commands/docker.go
179+
180+
### check
181+
182+
```
183+
usage: ret check
184+
```
185+
186+
Check your environment for ctf readiness by checking if various pieces of commonly used software are installed.
187+
188+
If something is not installed `ret` tries to give you a link to help you install it quickly.
189+
190+
https://github.com/rerroret/ret/blob/main/commands/check.go
191+
170192
### syscall
171193

172194
```
@@ -193,27 +215,25 @@ For example:
193215

194216
https://github.com/rerroret/ret/blob/main/commands/syscall.go
195217

196-
### writeup
218+
### abi
197219

198220
```
199-
usage: ret writeup
221+
usage: ret abi [(x86/32)/(x64/64)] [linux/windows]
200222
```
201223

202-
Create a writeup template for a task in a file called `writeup.md`.
224+
Prints reference details about the abi for the given platform.
203225

204-
https://github.com/rerroret/ret/blob/main/commands/writeup.go
226+
https://github.com/rerroret/ret/blob/main/commands/abi.go
205227

206-
### check
228+
### writeup
207229

208230
```
209-
usage: ret check
231+
usage: ret writeup
210232
```
211233

212-
Check your environment for ctf readiness by checking if various pieces of commonly used software are installed.
213-
214-
If something is not installed `ret` tries to give you a link to help you install it quickly.
234+
Create a writeup template for a task in a file called `writeup.md`.
215235

216-
https://github.com/rerroret/ret/blob/main/commands/check.go
236+
https://github.com/rerroret/ret/blob/main/commands/writeup.go
217237

218238
### cheatsheet
219239

0 commit comments

Comments
 (0)