Update rop-syscall-execv.md

I think that should be a pipe, no?
This commit is contained in:
‏‏Dave 2023-04-09 10:25:01 +00:00 committed by GitHub
parent 286ea6a24c
commit 86df82f60e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -31,7 +31,7 @@ So, basically it's needed to write the string `/bin/sh` somewhere and then perfo
Let's start by finding **how to control those registers**:
```c
ROPgadget --binary speedrun-001 | grep -E "pop (rdi|rsi|rdx\rax) ; ret"
ROPgadget --binary speedrun-001 | grep -E "pop (rdi|rsi|rdx|rax) ; ret"
0x0000000000415664 : pop rax ; ret
0x0000000000400686 : pop rdi ; ret
0x00000000004101f3 : pop rsi ; ret