mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-14 00:47:24 +00:00
[rop/section] Updated small typo
List of number contains 2, 2
This commit is contained in:
parent
a9a77d0d05
commit
64ddbff28d
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ mov edi, r13d;
|
|||
call qword [r12 + rbx*8];
|
||||
```
|
||||
|
||||
2. Maybe you don't know any address to write there and you **need a `ret` instruction**. Note that the second gadget will also **end in a `ret`**, but you will need to meet some **conditions** in order to reach it:
|
||||
3. Maybe you don't know any address to write there and you **need a `ret` instruction**. Note that the second gadget will also **end in a `ret`**, but you will need to meet some **conditions** in order to reach it:
|
||||
|
||||
```armasm
|
||||
mov rdx, r15;
|
||||
|
|
Loading…
Reference in a new issue