GitBook: [master] one page modified

This commit is contained in:
CPol 2020-11-28 20:05:01 +00:00 committed by gitbook-bot
parent 72e6da43f3
commit fcc9693f5e
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF

View File

@ -7,7 +7,7 @@ The objective is to call the **syscall \(execv\)** from a ROP controlling the va
* **RDX**: Null
* **RAX**: Value **0x3b** for x64 and **0xb** for x32, because this will call **execv**
```text
```bash
ROPgadget --binary vulnbinary | grep syscall
ROPgadget --binary vulnbinary | grep "rdi\|rsi\|rdx\|rax" | grep pop
```