Skip to content

Commit c11a6cd

Browse files
committed
readme
1 parent 6c5f5d4 commit c11a6cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ The rough algorithm is following:
3838

3939
Function return addresses are scattered all around the thread's stack memory area, pointed to by `RBP/EBP` register. In order to find them on the stack, we need to firstly collect frame pointers, then dereference them for overwriting:
4040

41-
[!stack frame](images/frame.png)
41+
![stack frame](images/frame.png)
4242
(the above image was borrowed from _Eli Bendersky's_ post named [Stack frame layout on x86-64](https://eli.thegreenplace.net/2011/09/06/stack-frame-layout-on-x86-64/))
4343

4444
```

0 commit comments

Comments
 (0)