This commit is contained in:
Mariusz B. / mgeeky
2021-09-27 12:36:12 +02:00
parent 2b37099f07
commit ed6ebd905f
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ The rough algorithm is following:
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:
![stack frame](images/frame.png =500x350)
![stack frame](images/frame.png)
(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/))
```
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 74 KiB

After

Width:  |  Height:  |  Size: 61 KiB