Skip to content

Commit ee60597

Browse files
authored
Merge pull request #945 from ByamB4/patch-1
[rop/section] Updated small typo
2 parents 91ac4c3 + 64ddbff commit ee60597

File tree

1 file changed

+1
-1
lines changed
  • binary-exploitation/rop-return-oriented-programing

1 file changed

+1
-1
lines changed

binary-exploitation/rop-return-oriented-programing/ret2csu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ mov edi, r13d;
5252
call qword [r12 + rbx*8];
5353
```
5454

55-
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:
55+
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:
5656

5757
```armasm
5858
mov rdx, r15;

0 commit comments

Comments
 (0)