Skip to content

Commit

Permalink
Merge pull request #945 from ByamB4/patch-1
Browse files Browse the repository at this point in the history
[rop/section] Updated small typo
  • Loading branch information
carlospolop authored Sep 25, 2024
2 parents 91ac4c3 + 64ddbff commit ee60597
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit ee60597

Please sign in to comment.