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
23 changes: 0 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -449,29 +449,6 @@ displays the status for the current task with ret

---

### 📞 <u>sy</u>scall

```
$ ret syscall [(x86/32)/(x64/64)] [regex]
```

check syscalls by regex with ret

uses:
x86: /usr/include/x86_64-linux-gnu/asm/unistd_32.h
x64: /usr/include/x86_64-linux-gnu/asm/unistd_64.h

examples:
syscall x64 " 0"
syscall x64 write
syscall 32 read
syscall x86 10[0-9]


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

---

### 📝 <u>w</u>riteup

```
Expand Down
74 changes: 0 additions & 74 deletions commands/syscall.go

This file was deleted.