Skip to content

Commit c301c6c

Browse files
committed
readme
1 parent 7210a25 commit c301c6c

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
@@ -40,7 +40,7 @@ Function return addresses are scattered all around the thread's stack memory are
4040

4141
![stack frame](images/frame0.png)
4242

43-
(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/))
43+
_(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/))_
4444

4545
```
4646
*(PULONG_PTR)(frameAddr + sizeof(void*)) = Fake_Return_Address;

0 commit comments

Comments
 (0)