Skip to content

Commit 748f0de

Browse files
committed
Added mprotect video
1 parent 6ed3220 commit 748f0de

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_how2stack/index.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ Contents:
4242
* **GOT overwrite**
4343
* **Return Oriented Programming (ROP)**
4444
* **Return to Libc (ret2libc)**
45+
* **Making stack executable with malicious mprotect call**
4546

4647

4748

@@ -119,4 +120,10 @@ Contents:
119120

120121
<div class="video-container">
121122
<iframe width="840" height="478" src="https://www.youtube.com/embed/CWxDhp0OFzI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" class="video" allowfullscreen></iframe>
123+
</div>
124+
125+
## Making stack executable with malicious mprotect call
126+
127+
<div class="video-container">
128+
<iframe width="840" height="478" src="https://www.youtube.com/embed/r_tysAKIELs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" class="video" allowfullscreen></iframe>
122129
</div>

0 commit comments

Comments
 (0)